diff options
author | van Hauser <vh@thc.org> | 2019-12-03 10:31:14 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-12-03 10:31:14 +0100 |
commit | e5326e797e5481ab3b687dfd5501314626529d9b (patch) | |
tree | eab0c0708fcd0a073316bfd782510e00fa91fdfa | |
parent | ca203d413fb4bf402377300b28f3606d874a8d2b (diff) | |
download | afl++-e5326e797e5481ab3b687dfd5501314626529d9b.tar.gz |
travis oh my travis ... sigh
-rwxr-xr-x | test/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.sh b/test/test.sh index 7ac477a9..29ae4bb9 100755 --- a/test/test.sh +++ b/test/test.sh @@ -427,9 +427,9 @@ test -e ../libradamsa.so && { test -e test-instr.plain && { mkdir -p in echo 0 > in/in - $ECHO "$GREY[*] running afl-fuzz with radamsa, this will take approx 30 seconds" + $ECHO "$GREY[*] running afl-fuzz with radamsa, this will take approx 36 seconds" { - ../afl-fuzz -RR -V30 -m ${MEM_LIMIT} -i in -o out -- ./test-instr.plain >>errors 2>&1 + ../afl-fuzz -RR -V36 -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 )" && { $ECHO "$GREEN[+] libradamsa performs good - and very slow - mutations" |