Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamKorcz committed Apr 15, 2022
1 parent 8c55dcd commit 4df2b99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions infra/base-images/base-runner/run_fuzzer
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,7 @@ elif [[ "$FUZZING_ENGINE" = honggfuzz ]]; then
CMD_LINE="$OUT/honggfuzz -n 1 --exit_upon_crash -R /tmp/${FUZZER}_honggfuzz.report -W $FUZZER_OUT -v -z -P -f \"$CORPUS_DIR\" $(get_dictionary) $* -- \"$OUT/$FUZZER\""

elif [[ "$FUZZING_ENGINE" = nativego ]]; then
echo fuzzer: $FUZZER
CMD_LINE="$OUT/$FUZZER -test.fuzz=$FUZZER -test.fuzzcachedir $CORPUS_DIR"

else

CMD_LINE="$OUT/$FUZZER $FUZZER_ARGS $*"
Expand Down

0 comments on commit 4df2b99

Please sign in to comment.