Skip to content

Commit facc332

Browse files
author
MarcoFalke
committed
fuzz: Avoid running over all inputs after merging them
1 parent dce6f3b commit facc332

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/fuzz/test_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def main():
131131
build_dir=config["environment"]["BUILDDIR"],
132132
merge_dir=args.m_dir,
133133
)
134+
return
134135

135136
run_once(
136137
corpus=args.seed_dir,

0 commit comments

Comments
 (0)