From 3de1221ad82dc5bc2ff68c6d3a9fd8cfec0974b8 Mon Sep 17 00:00:00 2001 From: patricearruda84 Date: Fri, 25 Apr 2025 09:33:06 -0400 Subject: [PATCH] SERVER-104333: Set the test output to streamed. (#35399) GitOrigin-RevId: b2f5535c8c72611f41bacdac2432173896b7a2e4 --- .bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bazelrc b/.bazelrc index 98b0860fbb6..27f7e5bf7d9 100644 --- a/.bazelrc +++ b/.bazelrc @@ -47,6 +47,9 @@ common --remote_download_regex=.*\.(dwo|h|cpp)$ # Disable caching of test results by default since many of our tests are non-deterministic. common --cache_test_results=no +# Stream the test output so users can see the test progression. +common --test_output=streamed + common:macos --repo_env=BAZEL_NO_APPLE_CPP_TOOLCHAIN=1 common:windows --features=-compiler_param_file