Fail transport test on failures

This commit is contained in:
Willem Toorop 2017-09-28 22:17:06 +02:00
parent e75cf0b7a3
commit a9ba50dff1
1 changed files with 5 additions and 0 deletions

View File

@ -198,3 +198,8 @@ done
echo
echo "Finished transport test: did $COUNT queries, $GOOD_COUNT passes, $FAIL_COUNT failures"
echo
if [[ $FAIL_COUNT -gt 0 ]]
then
exit 1
fi