aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-11 20:52:20 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-11 20:52:20 -0700
commit83f5a8530f91d23b7f252e78031cd07aa57a1bfa (patch)
tree348dc2a7ef2314bf86f7e709108a235df802898a /templates
parent845516e84f915ff6d08dbb3cd2a36fb604abe7c7 (diff)
More parameterization
Diffstat (limited to 'templates')
-rw-r--r--templates/tools/fuzzer/runners.template2
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"