Skip to content

Commit 3de1221

Browse files
patricearruda84MongoDB Bot
authored and
MongoDB Bot
committed
SERVER-104333: Set the test output to streamed. (#35399)
GitOrigin-RevId: b2f5535c8c72611f41bacdac2432173896b7a2e4
1 parent b93620d commit 3de1221

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ common --remote_download_regex=.*\.(dwo|h|cpp)$
4747
# Disable caching of test results by default since many of our tests are non-deterministic.
4848
common --cache_test_results=no
4949

50+
# Stream the test output so users can see the test progression.
51+
common --test_output=streamed
52+
5053
common:macos --repo_env=BAZEL_NO_APPLE_CPP_TOOLCHAIN=1
5154

5255
common:windows --features=-compiler_param_file

0 commit comments

Comments
 (0)