Merge #18509: fuzz: Avoid running over all inputs after merging them

facc332dc587898cbc582a6f66dba498ae4a634e fuzz: 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:
    ACK facc332dc587898cbc582a6f66dba498ae4a634e

Tree-SHA512: bb22992c463dd985d3b1e9b8908c591d0c8e620c38eba0a932d880f87133bfe4ca2036b166c4f79b92ddf7940f56c044e9cb8cc50309c74204df122b369c167d
This commit is contained in:
MarcoFalke 2020-04-05 04:46:10 +08:00
commit a3b61cf641
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

View File

@ -131,6 +131,7 @@ def main():
build_dir=config["environment"]["BUILDDIR"],
merge_dir=args.m_dir,
)
return
run_once(
corpus=args.seed_dir,