diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-03-17 09:33:34 -0700 |
|---|---|---|
| committer | Peter Atashian <retep998@gmail.com> | 2017-03-21 16:51:57 -0400 |
| commit | 2727866831190406ad13613d55c5846677b7d777 (patch) | |
| tree | ed8e1086c2feb09ae712be6a0be5512cd3ab6c7f /src/ci | |
| parent | b5c35c5f7ae255887af085fbd75c06809a3039c1 (diff) | |
| download | rust-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-x | src/ci/run.sh | 1 |
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" |
