This commit is contained in:
Yakov Olkhovskiy 2024-10-19 19:17:13 +00:00
parent 610630e20d
commit 8c14c33e5c

View File

@ -275,8 +275,5 @@ def download_fuzzers(
check_name,
reports_path,
result_path,
lambda x: x.endswith(
("test_basic_fuzzer", ".dict", ".options", "_seed_corpus.zip")
),
# lambda x: x.endswith(("_fuzzer", ".dict", ".options", "_seed_corpus.zip")),
lambda x: x.endswith(("_fuzzer", ".dict", ".options", "_seed_corpus.zip")),
)