--test_filter and --test_output flags cannot both be used at the same with with bazel test. #11529
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
stale
Issues or PRs that are stale (no activity for 30 days)
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
type: feature request
#5640 # Description of the problem / feature request:
--test_filter and --test_output flags cannot both be used at the same with with bazel test.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
This command outputs relevant test logs:
bazel test :file_test --test_output=errors
This command allows me to only run a few tests in a given file:
bazel test :file_test --test_filter=OpenFileTest
When I use both together, the test filter does not work, and I get output for all tests in the file.
bazel test :file_test --test_filter=OpenFileTest --test_output=errors
What operating system are you running Bazel on?
Linux
What's the output of
bazel info release
?release 0.27.0
What's the output of
git remote get-url origin ; git rev-parse master ; git rev-parse HEAD
?N/A
Have you found anything relevant by searching the web?
No
Any other information, logs, or outputs that you want to share?
None
The text was updated successfully, but these errors were encountered: