Skip to content

Commit

Permalink
Merge pull request #18814 from github/mbg/bazel/test-output-all
Browse files Browse the repository at this point in the history
Bazel: Add `--test_output all`
  • Loading branch information
mbg authored Feb 19, 2025
2 parents a5fde9c + 462b6e6 commit ebd6fd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ common --override_module=semmle_code=%workspace%/misc/bazel/semmle_code_stub

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

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

Expand Down

0 comments on commit ebd6fd4

Please sign in to comment.