Return non-zero exit code on acceptance test failure.

This commit is contained in:
KtorZ
2023-01-06 13:10:11 +01:00
parent 3e4f7c0422
commit aff96d99af

View File

@@ -27,4 +27,5 @@ if [ "$?" -eq "0" ]; then
else
echo "❌ $(basename $TARGET)"
cat $TMP
exit 1
fi