Successful fuzzing should be successful

This commit is contained in:
Matthew Knight 2026-03-06 10:01:26 -08:00
parent 944296c146
commit 24ead7ff6e
No known key found for this signature in database
1 changed files with 3 additions and 4 deletions

View File

@ -327,8 +327,7 @@ runs:
echo "=========================================="
if [ "${TOTAL_CRASHES}" -gt 0 ]; then
echo "FAIL: ${TOTAL_CRASHES} crash(es) found"
exit 1
echo "WARNING: ${TOTAL_CRASHES} crash(es) found and uploaded to Cairn"
else
echo "OK: No crashes found"
fi
echo "OK: No crashes found"