mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge #18509: fuzz: Avoid running over all inputs after merging them
facc332dc5fuzz: Avoid running over all inputs after merging them (MarcoFalke) Pull request description: This cuts the time it takes to merge inputs by half ACKs for top commit: practicalswift: ACKfacc332dc5Tree-SHA512: bb22992c463dd985d3b1e9b8908c591d0c8e620c38eba0a932d880f87133bfe4ca2036b166c4f79b92ddf7940f56c044e9cb8cc50309c74204df122b369c167d
This commit is contained in:
commit
a3b61cf641
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ def main():
|
|||
build_dir=config["environment"]["BUILDDIR"],
|
||||
merge_dir=args.m_dir,
|
||||
)
|
||||
return
|
||||
|
||||
run_once(
|
||||
corpus=args.seed_dir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue