about summary refs log tree commit diff
path: root/config.toml.example
diff options
context:
space:
mode:
authorOliver Schneider <github35764891676564198441@oli-obk.de>2018-06-05 15:00:44 +0200
committerOliver Schneider <github35764891676564198441@oli-obk.de>2018-06-05 15:00:44 +0200
commit9fd026a96c6ddc8611c77924d2bcd956dc798a0e (patch)
tree60a4a4f5429717ca235b990c6499e62592e9011a /config.toml.example
parentf33db06e1d95249de95202664340d8639ec15c57 (diff)
downloadrust-9fd026a96c6ddc8611c77924d2bcd956dc798a0e.tar.gz
rust-9fd026a96c6ddc8611c77924d2bcd956dc798a0e.zip
Use quiet tests by default
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index 5054a8f44b9..a72217e0e21 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -303,7 +303,7 @@
 
 # Suppresses extraneous output from tests to ensure the output of the test
 # harness is relatively clean.
-#quiet-tests = false
+#quiet-tests = true
 
 # Flag indicating whether tests are compiled with optimizations (the -O flag) or
 # with debuginfo (the -g flag)