Merge pull request 'Successful fuzzing should be successful' (#16) from show-success into main

Reviewed-on: https://git.ts.mattnite.net/mattnite/cairn/pulls/16
This commit is contained in:
Matthew Knight 2026-03-06 18:08:33 +00:00
commit 54ec7cac27
1 changed files with 3 additions and 4 deletions

View File

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