Skip to content

Commit

Permalink
Auto merge of rust-lang#3537 - matthiaskrgr:fix_script_2, r=matthiaskrgr
Browse files Browse the repository at this point in the history
base-tests: don't print all commands to stdout during the loop

Fixes thinko in rust-lang#3529
  • Loading branch information
bors committed Dec 12, 2018
2 parents 921d4da + 591738c commit f5d6aca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/base-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cargo +nightly fmt --all -- --check


#avoid loop spam
set +ex
set +x
# make sure tests are formatted

# some lints are sensitive to formatting, exclude some files
Expand All @@ -45,5 +45,4 @@ if [ "${needs_reformatting}" = true ] ; then
echo "Tests need reformatting!"
exit 2
fi

set -ex
set -x

0 comments on commit f5d6aca

Please sign in to comment.