Build and Test do not accept targets ending with "/..."
Created by: sk-
In https://facebook.github.io/buck/concept/build_target_pattern.html it is explained that a target pattern can end with three dots, meaning that it would match all targets defined in that folder or subfolders.
However, running buck build or buck test, generates the following error.
~/buck/bin/buck test //javatests/com/foo/bar/...
BUILD FAILED: //javatests/com/foo/bar/...:... cannot contain ..