diff options
author | hexcoder- <heiko@hexco.de> | 2020-04-29 22:25:10 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-04-29 22:25:10 +0200 |
commit | e68d2345d5c301dfdf7df3a86ccb0d9eb0aabbbd (patch) | |
tree | 47acfdbe3c790873ff1afbf93dbf037ad2ff561a /test/test.sh | |
parent | fced3e00cedf1fe4a100c20dc64ee7e4f3bc3223 (diff) | |
download | afl++-e68d2345d5c301dfdf7df3a86ccb0d9eb0aabbbd.tar.gz |
test.sh: continue after failed test case qemu persistent mode
Diffstat (limited to 'test/test.sh')
-rwxr-xr-x | test/test.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index b8d4208f..e950e3de 100755 --- a/test/test.sh +++ b/test/test.sh @@ -802,7 +802,6 @@ test -e ../afl-qemu-trace && { echo CUT------------------------------------------------------------------CUT $ECHO "$RED[!] afl-fuzz is not working correctly with persistent qemu_mode" CODE=1 - exit 1 } rm -rf in out errors } || { |