debugging

This commit is contained in:
Matt Sturgeon 2025-05-27 18:31:03 +01:00
parent e296fe2fdc
commit 39abfc7c1a
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -77,8 +77,10 @@ runs:
--print-build-logs \
--log-format raw
then
echo "incrementing ok from $ok"
((ok++))
else
echo "incrementing error from $error"
((error++))
if [ -z "$keep_going_flag" ]; then
exit 1