diff options
author | Craig Tiller <ctiller@google.com> | 2016-04-21 14:51:06 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-04-21 14:51:06 -0700 |
commit | 5421b7999dde772fb2559246d2ae6e13b65d7b46 (patch) | |
tree | 9fa6f336fa13409fdf14e87829e68e731ad338a4 /tools/fuzzer | |
parent | 6321cf2a3cd5a24eb24e66f64a39aef45270eb69 (diff) |
Initial corpus
Diffstat (limited to 'tools/fuzzer')
-rw-r--r-- | tools/fuzzer/runners/api_fuzzer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fuzzer/runners/api_fuzzer.sh b/tools/fuzzer/runners/api_fuzzer.sh index 6be0c1e3bf..df41c8e131 100644 --- a/tools/fuzzer/runners/api_fuzzer.sh +++ b/tools/fuzzer/runners/api_fuzzer.sh @@ -33,7 +33,7 @@ flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=2048" if [ "$jobs" != "1" ] then - flags="-jobs=$jobs -workers=$jobs" + flags="-jobs=$jobs -workers=$jobs $flags" fi if [ "$config" == "asan-trace-cmp" ] |