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
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 1 additions and 0 deletions

View File

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