diff --git a/src/python/other-bots/chromium-tests-syncer/run.py b/src/python/other-bots/chromium-tests-syncer/run.py index 541ff82fcc..44c4e89adf 100644 --- a/src/python/other-bots/chromium-tests-syncer/run.py +++ b/src/python/other-bots/chromium-tests-syncer/run.py @@ -273,6 +273,8 @@ def sync_tests(tests_archive_bucket: str, tests_archive_name: str, create_gecko_tests_directory(tests_directory, 'gecko-dev', 'gecko-tests') + create_fuzzilli_tests_directory(tests_directory) + # Upload tests archive to google cloud storage. logs.info('Uploading tests archive to cloud.') tests_archive_local = os.path.join(tests_directory, tests_archive_name)