Skip to content

Commit

Permalink
Fix typo (#2949)
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Sep 19, 2024
1 parent 0a05180 commit c0acbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oss-fuzz-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jazzer_driver \\
if grep -q "A fatal error has been detected by the Java Runtime Environment" "\$cmdOutputFile"; then
echo "WARN: Detected JRE crash; it doesn't qualify as a fuzzing failure."
echo "WARN: Cleaning up crash reports and exiting with success..."
[ -d "\${FUZZ_INPUTS:-}" ] && rm -f -v "\${FUZZ_INPUTS}/*"
[ -d "\${FUZZ_INPUTS:-}" ] && rm -f -v "\${FUZZ_INPUTS}"/*
dump_debug
exit 0
else
Expand Down

0 comments on commit c0acbdd

Please sign in to comment.