Skip to content

Commit db280ad

Browse files
authored
Fix archiving Fuzzilli test cases (#4531)
Calling the function was missing in #4515 Bug: https://crbug.com/362963886
1 parent 8e9ca03 commit db280ad

File tree

1 file changed

+2
-0
lines changed
  • src/python/other-bots/chromium-tests-syncer

1 file changed

+2
-0
lines changed

src/python/other-bots/chromium-tests-syncer/run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ def sync_tests(tests_archive_bucket: str, tests_archive_name: str,
273273

274274
create_gecko_tests_directory(tests_directory, 'gecko-dev', 'gecko-tests')
275275

276+
create_fuzzilli_tests_directory(tests_directory)
277+
276278
# Upload tests archive to google cloud storage.
277279
logs.info('Uploading tests archive to cloud.')
278280
tests_archive_local = os.path.join(tests_directory, tests_archive_name)

0 commit comments

Comments
 (0)