diff options
author | van Hauser <vh@thc.org> | 2019-12-03 14:25:39 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-12-03 14:25:39 +0100 |
commit | 05bb4252bf8b409e1493c9537cc900abead9bf1f (patch) | |
tree | c760192d9649ec671201effbb3337066e40b3bda | |
parent | e5326e797e5481ab3b687dfd5501314626529d9b (diff) | |
download | afl++-05bb4252bf8b409e1493c9537cc900abead9bf1f.tar.gz |
travis, finally? please?
-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 29ae4bb9..345b7c82 100755 --- a/test/test.sh +++ b/test/test.sh @@ -426,10 +426,10 @@ test -e ../libradamsa.so && { test -e test-instr.plain || ../afl-gcc -o test-instr.plain ../test-instr.c > /dev/null 2>&1 test -e test-instr.plain && { mkdir -p in - echo 0 > in/in - $ECHO "$GREY[*] running afl-fuzz with radamsa, this will take approx 36 seconds" + printf 1 > in/in + $ECHO "$GREY[*] running afl-fuzz with radamsa, this will take approx 20 seconds" { - ../afl-fuzz -RR -V36 -m ${MEM_LIMIT} -i in -o out -- ./test-instr.plain >>errors 2>&1 + ../afl-fuzz -RR -V20 -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" |