diff options
author | van Hauser <vh@thc.org> | 2019-12-03 14:39:59 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-12-03 14:39:59 +0100 |
commit | ac322253cabcd2439b08291b5b1419adaa0de551 (patch) | |
tree | 7fb2c731005106e97af5a446fe4d4d434bab9348 | |
parent | 05bb4252bf8b409e1493c9537cc900abead9bf1f (diff) | |
download | afl++-ac322253cabcd2439b08291b5b1419adaa0de551.tar.gz |
shut up travis. seriously.
-rwxr-xr-x | test/test.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test.sh b/test/test.sh index 345b7c82..62ff1d90 100755 --- a/test/test.sh +++ b/test/test.sh @@ -427,11 +427,11 @@ test -e ../libradamsa.so && { test -e test-instr.plain && { mkdir -p in printf 1 > in/in - $ECHO "$GREY[*] running afl-fuzz with radamsa, this will take approx 20 seconds" + $ECHO "$GREY[*] running afl-fuzz with radamsa, this will take approx 10 seconds" { - ../afl-fuzz -RR -V20 -m ${MEM_LIMIT} -i in -o out -- ./test-instr.plain >>errors 2>&1 + ../afl-fuzz -RR -V10 -m ${MEM_LIMIT} -i in -o out -- ./test-instr.plain >>errors 2>&1 } >>errors 2>&1 - test -n "$( ls out/queue/id:000002* 2> /dev/null )" && { + test -n "$( ls out/queue/id:000001* 2> /dev/null )" && { $ECHO "$GREEN[+] libradamsa performs good - and very slow - mutations" } || { echo CUT------------------------------------------------------------------CUT |