bazel: dev testlogic --files
is not as convenient as make testlogic FILES
#91125
Labels
A-build-system
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-dev-inf
With
make
I can domake testlogic FILES="a b c"
(space-sparated)dev testlogic
does not recognize this.I think it should -- none of the test files contain spaces, so it's not ambiguous.
The syntax should be a space-separated list of regular expressions.
Jira issue: CRDB-21115
The text was updated successfully, but these errors were encountered: