1
Fork 0

Use quieter test output when running tests on Travis CI.

Fixes https://github.com/rust-lang/rust/issues/36788.
This commit is contained in:
Corey Farwell 2016-10-29 21:58:52 -04:00
parent 2b262cf111
commit c8c6d2c732
4 changed files with 20 additions and 2 deletions

1
configure vendored
View file

@ -610,6 +610,7 @@ opt docs 1 "build standard library documentation"
opt compiler-docs 0 "build compiler documentation"
opt optimize-tests 1 "build tests with optimizations"
opt debuginfo-tests 0 "build tests with debugger metadata"
opt quiet-tests 0 "enable quieter output when running tests"
opt libcpp 1 "build llvm with libc++ instead of libstdc++ when using clang"
opt llvm-assertions 0 "build LLVM with assertions"
opt debug-assertions 0 "build with debugging assertions"