mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 13:03:44 +00:00
fix tests for sync mode
This commit is contained in:
@ -34,7 +34,7 @@ time nice -n -20 ./afl-fuzz -i "$INDIR" -s 123 -o out-profile -- $CMDLINE 2>> $C
|
||||
STOP=`date +%s`
|
||||
echo $STOP >> $C.out
|
||||
echo RUNTIME: `expr $STOP - $START` >> $C.out
|
||||
cat out-profile/fuzzer_stats >> $C.out
|
||||
cat out-profile/default/fuzzer_stats >> $C.out
|
||||
gprof ./afl-fuzz gmon.out >> $C.out
|
||||
|
||||
make clean >/dev/null 2>&1
|
||||
|
Reference in New Issue
Block a user