diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2016-04-06 14:57:50 -0700 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2016-04-06 14:57:50 -0700 |
commit | adc53ade9bbb1cb5efaa6d521e4284061faf2ea5 (patch) | |
tree | 6f395cf70d504ec640db8f1d025f4a54a8aa37d8 /templates/tools | |
parent | f787e0dd2032739a02d4755c02acba59400fb956 (diff) | |
parent | 36bb50aaedc2e09d63149f96cb9ebb5ae0e2500e (diff) |
Merge pull request #6071 from ctiller/e2efuzz
Full stack server fuzzer
Diffstat (limited to 'templates/tools')
-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 aa81a6545d..d35840bdaa 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=3600 -jobs=3 -workers=3" + flags="-max_total_time=3600 -jobs=3 -workers=3 -artifact_prefix=fuzzer_output/ -max_len=${selected.maxlen}" if [ "$config" == "asan-trace-cmp" ] then flags="-use_traces=1 $flags" |