From b6810576b05fd35cd6d4f0ff0404dcb1defdfbcb Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 6 Apr 2016 01:54:18 +0200 Subject: [PATCH] tests/run.sh: display number of errors [ci skip] --- tests/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run.sh b/tests/run.sh index 3c3577876..0109af956 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -206,6 +206,7 @@ if ! [ $errors = 0 ]; then echo "Pausing... press Enter to continue." read enter fi + echo "There were $errors errors!" exit 1 fi exit 0