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 \ --print-build-logs \
--log-format raw --log-format raw
then then
echo "incrementing ok from $ok"
((ok++)) ((ok++))
else else
echo "incrementing error from $error"
((error++)) ((error++))
if [ -z "$keep_going_flag" ]; then if [ -z "$keep_going_flag" ]; then
exit 1 exit 1