Fix pygment's corpus creation (#10070)

Example files are now in folders
This commit is contained in:
Julien Voisin 2023-04-12 20:54:09 +02:00 committed by GitHub
parent bfa2f705b5
commit b82e1a2fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ for fuzzer in $(find $SRC -name 'fuzz_*.py'); do
compile_python_fuzzer $fuzzer
done
zip -j $OUT/files_fuzzer_seed_corpus.zip tests/examplefiles/*
find tests/examplefiles/ -type f | zip -@ -q $OUT/files_fuzzer_seed_corpus.zip