base-tests: don't print all commands to stdout during the loop
This commit is contained in:
parent
f26c39bab7
commit
591738c35a
@ -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 New Issue
Block a user