From 591738c35a3ae55ccc6a997aa7d91fc92b641e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Wed, 12 Dec 2018 10:27:13 +0100 Subject: [PATCH] base-tests: don't print all commands to stdout during the loop --- ci/base-tests.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ci/base-tests.sh b/ci/base-tests.sh index 56db616cf..c05de3a3e 100755 --- a/ci/base-tests.sh +++ b/ci/base-tests.sh @@ -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 @@ -45,5 +45,4 @@ if [ "${needs_reformatting}" = true] ; then echo "Tests need reformatting!" exit 2 fi - -set -ex +set -x