Fix Pygment's corpus paths (#10134)

This commit is contained in:
Julien Voisin 2023-04-20 18:10:02 +02:00 committed by GitHub
parent a00aa3c55f
commit 0ff05419be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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