Update test_report (#392)

This commit is contained in:
Abhishek Arya 2017-02-15 13:15:56 -08:00 committed by GitHub
parent 2d1135523a
commit c0ee841dc0
1 changed files with 1 additions and 1 deletions

View File

@ -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