aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/fuzzer/runners/client_fuzzer.sh
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-14 12:50:08 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-14 12:50:08 -0700
commit69f1f4330b19404ff0939696868ecff736a72915 (patch)
tree971c89f1f8a6093bd701bdb986a9b02a512ba374 /tools/fuzzer/runners/client_fuzzer.sh
parent0d17ee3acfb7972ffe9ee9334836e1ddd4d0abd1 (diff)
Fix fuzzing sanity
Diffstat (limited to 'tools/fuzzer/runners/client_fuzzer.sh')
-rw-r--r--tools/fuzzer/runners/client_fuzzer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fuzzer/runners/client_fuzzer.sh b/tools/fuzzer/runners/client_fuzzer.sh
index 239d552c57..97d4e60d90 100644
--- a/tools/fuzzer/runners/client_fuzzer.sh
+++ b/tools/fuzzer/runners/client_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" ]