diff options
author | vanhauser-thc <vh@thc.org> | 2023-06-06 16:45:20 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-06-06 16:45:20 +0200 |
commit | 62bacf4fc82194f1f5592d3d487443cef3c2850c (patch) | |
tree | 5be9e6cbbd0be47bf305145bf92122d498b6ef53 /test/test-qemu-mode.sh | |
parent | ee2cab73ac6c72095f781da979094f877291a1d6 (diff) | |
download | afl++-62bacf4fc82194f1f5592d3d487443cef3c2850c.tar.gz |
better cmplog ci
Diffstat (limited to 'test/test-qemu-mode.sh')
-rwxr-xr-x | test/test-qemu-mode.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-qemu-mode.sh b/test/test-qemu-mode.sh index 9e268963..8eb7cb67 100755 --- a/test/test-qemu-mode.sh +++ b/test/test-qemu-mode.sh @@ -88,7 +88,7 @@ test -e ../afl-qemu-trace && { test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc" -o "$SYS" = "aarch64" -o ! "${SYS%%arm*}" && { $ECHO "$GREY[*] running afl-fuzz for qemu_mode cmplog, this will take approx 10 seconds" { - ../afl-fuzz -m none -V07 -Q -c 0 -i in -o out -- ./test-compcov >>errors 2>&1 + ../afl-fuzz -m none -V07 -Q -c 0 -l 3 -i in -o out -- ./test-compcov >>errors 2>&1 } >>errors 2>&1 test -n "$( ls out/default/queue/id:000001* 2>/dev/null )" && { $ECHO "$GREEN[+] afl-fuzz is working correctly with qemu_mode cmplog" |