mirror of https://github.com/google/oss-fuzz.git
Update run_fuzzer
This commit is contained in:
parent
63cd2fb7f9
commit
76762126ce
|
@ -26,6 +26,7 @@ shift
|
|||
|
||||
rm -rf /tmp/input/ && mkdir /tmp/input/
|
||||
|
||||
CORPUS=
|
||||
SEED_CORPUS="${FUZZER}_seed_corpus.zip"
|
||||
if [ -f $SEED_CORPUS ]; then
|
||||
echo "Using seed corpus: $SEED_CORPUS"
|
||||
|
|
Loading…
Reference in New Issue