diff options
| author | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-06-07 14:40:36 +0200 |
|---|---|---|
| committer | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-06-07 14:40:36 +0200 |
| commit | 0c1bcd3871d08490fbe9aa5368a0cf043aeb5683 (patch) | |
| tree | d1aab04fdb4bc1fc1f70c969852e4e6d1b3248e0 /config.toml.example | |
| parent | 9fd026a96c6ddc8611c77924d2bcd956dc798a0e (diff) | |
| download | rust-0c1bcd3871d08490fbe9aa5368a0cf043aeb5683.tar.gz rust-0c1bcd3871d08490fbe9aa5368a0cf043aeb5683.zip | |
quiet-tests -> !verbose-tests
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.toml.example b/config.toml.example index a72217e0e21..feb55d57ef3 100644 --- a/config.toml.example +++ b/config.toml.example @@ -301,9 +301,9 @@ # desired in distributions, for example. #rpath = true -# Suppresses extraneous output from tests to ensure the output of the test -# harness is relatively clean. -#quiet-tests = true +# Emits extraneous output from tests to ensure that failures of the test +# harness are debuggable just from logfiles. +#verbose-tests = false # Flag indicating whether tests are compiled with optimizations (the -O flag) or # with debuginfo (the -g flag) |
