Bazel: Add --test_output all

This commit is contained in:
Michael B. Gale
2025-02-19 11:41:49 +00:00
parent 89fd2876b6
commit 462b6e6a0e

View File

@@ -12,6 +12,9 @@ common --override_module=semmle_code=%workspace%/misc/bazel/semmle_code_stub
build --repo_env=CC=clang --repo_env=CXX=clang++ 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 # we use transitions that break builds of `...`, so for `test` to work with that we need the following
test --build_tests_only test --build_tests_only