From 462b6e6a0e5df3899cb2ba3dcb10280c0b9f37c4 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Wed, 19 Feb 2025 11:41:49 +0000 Subject: [PATCH] Bazel: Add `--test_output all` --- .bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bazelrc b/.bazelrc index 44d3756e4be5..71c954c2b0b7 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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