diff options
| author | van Hauser <vh@thc.org> | 2023-06-06 19:04:53 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-06 19:04:53 +0300 |
| commit | 26cbc1e99337da4dc82c7c827dc2dac0a3733dc2 (patch) | |
| tree | a93e9a44eb70a22dcd593bfa2b869b7783b7c064 /test/test-frida-mode.sh | |
| parent | 7c84331dc5259311c1be70a25a03aaeefb746ef6 (diff) | |
| parent | f0ccca123ad8f9813ad141ebd243e8c7b96824a1 (diff) | |
| download | afl++-26cbc1e99337da4dc82c7c827dc2dac0a3733dc2.tar.gz | |
Merge pull request #1761 from AFLplusplus/dev
fix ci
Diffstat (limited to 'test/test-frida-mode.sh')
| -rwxr-xr-x | test/test-frida-mode.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-frida-mode.sh b/test/test-frida-mode.sh index 3ae84656..8c528da5 100755 --- a/test/test-frida-mode.sh +++ b/test/test-frida-mode.sh @@ -39,7 +39,7 @@ test -e ../afl-frida-trace.so && { 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 frida_mode cmplog, this will take approx 10 seconds" { - ../afl-fuzz -m none -V07 -O -c 0 -i in -o out -- ./test-compcov >>errors 2>&1 + ../afl-fuzz -m none -V07 -O -c 0 -l 3 -i in -o out -- ./test-compcov >>errors 2>&1 } >>errors 2>&1 test -n "$( ls out/default/queue/id:000003* 2>/dev/null )" && { $ECHO "$GREEN[+] afl-fuzz is working correctly with frida_mode cmplog" |
