We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--test_output all
1 parent 89fd287 commit 462b6e6Copy full SHA for 462b6e6
.bazelrc
@@ -12,6 +12,9 @@ common --override_module=semmle_code=%workspace%/misc/bazel/semmle_code_stub
12
13
build --repo_env=CC=clang --repo_env=CXX=clang++
14
15
+# print test output, like sembuild does.
16
+# Set to `errors` if this is too verbose.
17
+test --test_output all
18
# we use transitions that break builds of `...`, so for `test` to work with that we need the following
19
test --build_tests_only
20
0 commit comments