tests/run.sh: display number of errors [ci skip]

This commit is contained in:
Daniel Hahler 2016-04-06 01:54:18 +02:00
parent 9ea207afaa
commit b6810576b0
1 changed files with 1 additions and 0 deletions

View File

@ -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