Skip to content

Commit ebd6fd4

Browse files
authored
Merge pull request #18814 from github/mbg/bazel/test-output-all
Bazel: Add `--test_output all`
2 parents a5fde9c + 462b6e6 commit ebd6fd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ common --override_module=semmle_code=%workspace%/misc/bazel/semmle_code_stub
1212

1313
build --repo_env=CC=clang --repo_env=CXX=clang++
1414

15+
# print test output, like sembuild does.
16+
# Set to `errors` if this is too verbose.
17+
test --test_output all
1518
# we use transitions that break builds of `...`, so for `test` to work with that we need the following
1619
test --build_tests_only
1720

0 commit comments

Comments
 (0)