aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-04-01 21:38:28 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-04-02 01:05:58 +0200
commit762a8df773a0d2289cac11522bc852972821a78b (patch)
tree353ed2d1743373a3a0f25149c1763b0118e9021f /templates
parent4fe4b02a79d017f05646a382f1d0a1895441e95e (diff)
Fuzzers now handle asserts.
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 aa81a6545d..b82c51793f 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/"
if [ "$config" == "asan-trace-cmp" ]
then
flags="-use_traces=1 $flags"