mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-02 15:32:34 +02:00
fuzz: Avoid running over all inputs after merging them
This commit is contained in:
parent
dce6f3b29b
commit
facc332dc5
@ -131,6 +131,7 @@ def main():
|
|||||||
build_dir=config["environment"]["BUILDDIR"],
|
build_dir=config["environment"]["BUILDDIR"],
|
||||||
merge_dir=args.m_dir,
|
merge_dir=args.m_dir,
|
||||||
)
|
)
|
||||||
|
return
|
||||||
|
|
||||||
run_once(
|
run_once(
|
||||||
corpus=args.seed_dir,
|
corpus=args.seed_dir,
|
||||||
|
Loading…
Reference in New Issue
Block a user