mirror of https://github.com/google/oss-fuzz.git
Fix #1591
This commit is contained in:
parent
6bd5fdaff9
commit
12982882b8
|
@ -48,7 +48,7 @@ function run_fuzz_target {
|
|||
for fuzz_target in $FUZZ_TARGETS; do
|
||||
# Continue if not a fuzz target.
|
||||
if [[ $FUZZING_ENGINE != "none" ]]; then
|
||||
grep "LLVMFuzzerTestOneInput" $FUZZER_BINARY > /dev/null 2>&1 || continue
|
||||
grep "LLVMFuzzerTestOneInput" $fuzz_target > /dev/null 2>&1 || continue
|
||||
fi
|
||||
|
||||
echo "Running $fuzz_target"
|
||||
|
|
Loading…
Reference in New Issue