diff options
author | Craig Tiller <ctiller@google.com> | 2016-04-11 20:52:20 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-04-11 20:52:20 -0700 |
commit | 83f5a8530f91d23b7f252e78031cd07aa57a1bfa (patch) | |
tree | 348dc2a7ef2314bf86f7e709108a235df802898a /templates | |
parent | 845516e84f915ff6d08dbb3cd2a36fb604abe7c7 (diff) |
More parameterization
Diffstat (limited to 'templates')
-rw-r--r-- | templates/tools/fuzzer/runners.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/fuzzer/runners.template b/templates/tools/fuzzer/runners.template index 5228f86c7e..a5a1a1c2d3 100644 --- a/templates/tools/fuzzer/runners.template +++ b/templates/tools/fuzzer/runners.template @@ -35,7 +35,7 @@ template: | # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # - flags="-max_total_time=$runtime -jobs=3 -workers=3 -artifact_prefix=fuzzer_output/ -max_len=${selected.maxlen}" + flags="-max_total_time=$runtime -jobs=$jobs -workers=$jobs -artifact_prefix=fuzzer_output/ -max_len=${selected.maxlen}" if [ "$config" == "asan-trace-cmp" ] then flags="-use_traces=1 $flags" |