Return non-zero exit code on acceptance test failure.
This commit is contained in:
@@ -27,4 +27,5 @@ if [ "$?" -eq "0" ]; then
|
||||
else
|
||||
echo "❌ $(basename $TARGET)"
|
||||
cat $TMP
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user