diff options
author | van Hauser <vh@thc.org> | 2020-12-30 18:13:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-30 18:13:55 +0100 |
commit | 271116f8705e08d1b4f924cda6c6cae1b0b5de2b (patch) | |
tree | 536764d6f6c37eb07ebb028b0b1b10967095027f /test/test-gcc-plugin.sh | |
parent | 41dad9ab7d342528e95a1700501753a24031ea51 (diff) | |
parent | 84e72b0a514ae2cd08c42c1fdcb3d50b78344640 (diff) | |
download | afl++-271116f8705e08d1b4f924cda6c6cae1b0b5de2b.tar.gz |
Merge pull request #666 from AFLplusplus/dev
push to stable
Diffstat (limited to 'test/test-gcc-plugin.sh')
-rwxr-xr-x | test/test-gcc-plugin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-gcc-plugin.sh b/test/test-gcc-plugin.sh index 2b09e753..9fe63ea3 100755 --- a/test/test-gcc-plugin.sh +++ b/test/test-gcc-plugin.sh @@ -67,7 +67,7 @@ test -e ../afl-gcc-fast -a -e ../afl-compiler-rt.o && { echo 0 > in/in $ECHO "$GREY[*] running afl-fuzz for gcc_plugin, this will take approx 10 seconds" { - ../afl-fuzz -V10 -m ${MEM_LIMIT} -i in -o out -- ./test-instr.plain.gccpi >>errors 2>&1 + ../afl-fuzz -V10 -m ${MEM_LIMIT} -i in -o out -D -- ./test-instr.plain.gccpi >>errors 2>&1 } >>errors 2>&1 test -n "$( ls out/default/queue/id:000002* 2>/dev/null )" && { $ECHO "$GREEN[+] afl-fuzz is working correctly with gcc_plugin" |