Skip to content

Commit 782bd00

Browse files
Fix corpus syncing
1 parent cb29136 commit 782bd00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/clusterfuzz/_internal/bot/tasks/utasks/fuzz_task.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,6 +1614,8 @@ def do_engine_fuzzing(self, engine_impl):
16141614
])
16151615

16161616
logs.log('All fuzzing rounds complete.')
1617+
self.sync_new_corpus_files()
1618+
16171619
return crashes, fuzzer_metadata
16181620

16191621
def do_blackbox_fuzzing(self, fuzzer, fuzzer_directory, job_type):

0 commit comments

Comments
 (0)