mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 12:48:06 +00:00
travis test
This commit is contained in:
@ -102,7 +102,7 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc
|
||||
$ECHO "$GRAY[*] no bash available, cannot test afl-cmin.bash"
|
||||
}
|
||||
fi
|
||||
../afl-tmin -m ${MEM_LIMIT} -i in/in2 -o in2/in2 -- ./test-instr.plain > /dev/null 2>&1
|
||||
../afl-tmin -m ${MEM_LIMIT} -i in/in2 -o in2/in2 -- ./test-instr.plain #> /dev/null 2>&1
|
||||
SIZE=`ls -l in2/in2 2>/dev/null | awk '{print$5}'`
|
||||
ls -l in2
|
||||
echo SIZE=$SIZE
|
||||
|
Reference in New Issue
Block a user