diff options
author | Craig Tiller <ctiller@google.com> | 2016-04-18 08:14:20 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-04-18 08:14:20 -0700 |
commit | 134a6b6ffda49e05643fb736d6914f4b10aa07d8 (patch) | |
tree | d28b2f9eff26e65b0596342b4ffb7e36e3b5f243 /tools/fuzzer/runners/nanopb_fuzzer_response_test.sh | |
parent | 2e3e0039b30edaf89fb93bfb2c1d0909098519fa (diff) |
Dictionary support for fuzzers
Diffstat (limited to 'tools/fuzzer/runners/nanopb_fuzzer_response_test.sh')
-rw-r--r-- | tools/fuzzer/runners/nanopb_fuzzer_response_test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/fuzzer/runners/nanopb_fuzzer_response_test.sh b/tools/fuzzer/runners/nanopb_fuzzer_response_test.sh index 97359277ce..b55d23b165 100644 --- a/tools/fuzzer/runners/nanopb_fuzzer_response_test.sh +++ b/tools/fuzzer/runners/nanopb_fuzzer_response_test.sh @@ -31,6 +31,7 @@ flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=128" + if [ "$jobs" != "1" ] then flags="-jobs=$jobs -workers=$jobs $flags" |