mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Auto merge of #3537 - matthiaskrgr:fix_script_2, r=matthiaskrgr
base-tests: don't print all commands to stdout during the loop Fixes thinko in #3529
This commit is contained in:
commit
f5d6aca197
1 changed files with 2 additions and 3 deletions
|
@ -32,7 +32,7 @@ cargo +nightly fmt --all -- --check
|
||||||
|
|
||||||
|
|
||||||
#avoid loop spam
|
#avoid loop spam
|
||||||
set +ex
|
set +x
|
||||||
# make sure tests are formatted
|
# make sure tests are formatted
|
||||||
|
|
||||||
# some lints are sensitive to formatting, exclude some files
|
# some lints are sensitive to formatting, exclude some files
|
||||||
|
@ -45,5 +45,4 @@ if [ "${needs_reformatting}" = true ] ; then
|
||||||
echo "Tests need reformatting!"
|
echo "Tests need reformatting!"
|
||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
|
set -x
|
||||||
set -ex
|
|
||||||
|
|
Loading…
Reference in a new issue