Exit with non-zero code in case of failure

This commit is contained in:
Hypnosphi 2018-11-01 14:16:41 +01:00
parent afb9c57e81
commit 22c6c38c7e

View File

@ -73,7 +73,7 @@ do
echo "##teamcity[testFinished name='$dir']"
elif [ $failed -eq 1 ]
then
exit 0
exit 1
fi
cd ..