Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call ./fuzzit with the correct arguments #14

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Fix a typo.

  • Loading branch information
jaqx0r committed Aug 27, 2019
commit dc3380fe96feaef1e2e66d4ffa7db47ae6d017ed
@@ -25,7 +25,7 @@ clang -fsanitize=fuzzer parse-complex.a -o parse-complex
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.29/fuzzit_Linux_x86_64
chmod a+x fuzzit

if ${1} == "local-regression"; then
if [ ${1} == "local-regression" ]; then
LOCAL="--local"
TYPE=regression
else
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.