mirror of https://github.com/google/oss-fuzz.git
Fix the path for mutagen's corpus (#10133)
This commit is contained in:
parent
0ff05419be
commit
9cba786762
|
@ -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/data/*
|
||||
zip -j $OUT/fuzz_parser_seed_corpus.zip tests/data/*
|
||||
|
|
Loading…
Reference in New Issue