Skip to content

Commit f5d6aca

Browse files
committed
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
2 parents 921d4da + 591738c commit f5d6aca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ci/base-tests.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cargo +nightly fmt --all -- --check
3232

3333

3434
#avoid loop spam
35-
set +ex
35+
set +x
3636
# make sure tests are formatted
3737

3838
# some lints are sensitive to formatting, exclude some files
@@ -45,5 +45,4 @@ if [ "${needs_reformatting}" = true ] ; then
4545
echo "Tests need reformatting!"
4646
exit 2
4747
fi
48-
49-
set -ex
48+
set -x

0 commit comments

Comments
 (0)