diff options
| author | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-06-05 15:00:44 +0200 |
|---|---|---|
| committer | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-06-05 15:00:44 +0200 |
| commit | 9fd026a96c6ddc8611c77924d2bcd956dc798a0e (patch) | |
| tree | 60a4a4f5429717ca235b990c6499e62592e9011a /src | |
| parent | f33db06e1d95249de95202664340d8639ec15c57 (diff) | |
| download | rust-9fd026a96c6ddc8611c77924d2bcd956dc798a0e.tar.gz rust-9fd026a96c6ddc8611c77924d2bcd956dc798a0e.zip | |
Use quiet tests by default
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/config.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/config.rs b/src/bootstrap/config.rs index 47feb8a8ab6..dee2c400a29 100644 --- a/src/bootstrap/config.rs +++ b/src/bootstrap/config.rs @@ -347,6 +347,7 @@ impl Config { config.backtrace = true; config.rust_optimize = true; config.rust_optimize_tests = true; + config.quiet_tests = true; config.submodules = true; config.fast_submodules = true; config.docs = true; |
