We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33db06 commit 9fd026aCopy full SHA for 9fd026a
config.toml.example
@@ -303,7 +303,7 @@
303
304
# Suppresses extraneous output from tests to ensure the output of the test
305
# harness is relatively clean.
306
-#quiet-tests = false
+#quiet-tests = true
307
308
# Flag indicating whether tests are compiled with optimizations (the -O flag) or
309
# with debuginfo (the -g flag)
src/bootstrap/config.rs
@@ -347,6 +347,7 @@ impl Config {
347
config.backtrace = true;
348
config.rust_optimize = true;
349
config.rust_optimize_tests = true;
350
+ config.quiet_tests = true;
351
config.submodules = true;
352
config.fast_submodules = true;
353
config.docs = true;
0 commit comments