mirror of https://github.com/google/oss-fuzz.git
Update test_report (#392)
This commit is contained in:
parent
2d1135523a
commit
c0ee841dc0
|
@ -33,7 +33,7 @@ for FUZZER_BINARY in $(find $OUT/ -executable -type f); do
|
|||
|
||||
# run fuzzer.
|
||||
FUZZER_STDOUT=$(tempfile)
|
||||
run_fuzzer $FUZZER -runs=32 |& tee $FUZZER_STDOUT
|
||||
run_fuzzer $FUZZER -max_total_time=60 |& tee $FUZZER_STDOUT
|
||||
FUZZER_STATUS=${PIPESTATUS[0]}
|
||||
|
||||
FAILURES=0
|
||||
|
|
Loading…
Reference in New Issue