Skip to content

Commit

Permalink
[fuzzilli] Fix fuzzfetch invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwartzentruber committed Nov 12, 2024
1 parent 2c06852 commit 2e80422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/fuzzilli/fuzzilli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ fi >> "$HOME/.fuzzmanagerconf"
# Download our build
if [[ $COVERAGE ]]
then
retry python3 -m fuzzfetch --central --target js --coverage -n build
retry fuzzfetch --target js --coverage -n build
else
retry python3 -m fuzzfetch --central --target js --debug --fuzzilli -n build
retry fuzzfetch --target js --debug --fuzzilli -n build
fi

cd fuzzilli
Expand Down

0 comments on commit 2e80422

Please sign in to comment.