about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-03-17 09:33:34 -0700
committerPeter Atashian <retep998@gmail.com>2017-03-21 16:51:57 -0400
commit2727866831190406ad13613d55c5846677b7d777 (patch)
treeed8e1086c2feb09ae712be6a0be5512cd3ab6c7f /src/ci
parentb5c35c5f7ae255887af085fbd75c06809a3039c1 (diff)
downloadrust-2727866831190406ad13613d55c5846677b7d777.tar.gz
rust-2727866831190406ad13613d55c5846677b7d777.zip
travis: Don't enable quiet tests
This makes travis problems more difficult to debug, so let's just enable more
verbose logging.
Diffstat (limited to 'src/ci')
-rwxr-xr-xsrc/ci/run.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh
index d8b317a46c3..6c6a49ada15 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -24,7 +24,6 @@ ci_dir=`cd $(dirname $0) && pwd`
 source "$ci_dir/shared.sh"
 
 RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-sccache"
-RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-quiet-tests"
 RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-manage-submodules"
 RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-locked-deps"
 RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-cargo-openssl-static"