Skip to content

Commit

Permalink
[libfuzzer] Fail coverage tasks if libfuzzer fails
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Jun 24, 2024
1 parent d8c362e commit d0b40a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/libfuzzer/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export GCOV_PREFIX_STRIP

# %<---[LibFuzzer]------------------------------------------------------------

timeout --foreground -s 2 -k $((COVRUNTIME + 60)) "$COVRUNTIME" ./libfuzzer.sh || :
timeout --foreground -s 2 -k $((COVRUNTIME + 60)) "$COVRUNTIME" ./libfuzzer.sh

# %<---[Coverage]-------------------------------------------------------------

Expand Down

0 comments on commit d0b40a3

Please sign in to comment.