diff --git a/.gitignore b/.gitignore index 65730d87d..fc7d98540 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ test/typescript/definitions.js dist/ openpgp.store/ coverage -test/fuzz/reports +test/fuzz/artifacts diff --git a/package.json b/package.json index e0fdf3e20..500970420 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "prepare": "npm run build", "test": "mocha --timeout 120000 test/unittests.js", "test-type-definitions": "node --loader ts-node/esm test/typescript/definitions.ts", - "fuzz": "jazzer test/fuzz/$TARGET -- -artifact_prefix=test/fuzz/reports/", + "fuzz": "mkdir -p test/fuzz/artifacts && jazzer test/fuzz/$TARGET -- -artifact_prefix=test/fuzz/artifacts/, print_final_stats=1", "benchmark-time": "node test/benchmarks/time.js", "benchmark-memory-usage": "node test/benchmarks/memory_usage.js", "start": "http-server", diff --git a/test/fuzz/reports/.gitkeep b/test/fuzz/reports/.gitkeep deleted file mode 100644 index e69de29bb..000000000