We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5fde9c + 462b6e6 commit ebd6fd4Copy full SHA for ebd6fd4
.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