test.sh: continue after failed test case qemu persistent mode

This commit is contained in:
hexcoder- 2020-04-29 22:25:10 +02:00
parent fced3e00ce
commit e68d2345d5

View File

@ -802,7 +802,6 @@ test -e ../afl-qemu-trace && {
echo CUT------------------------------------------------------------------CUT echo CUT------------------------------------------------------------------CUT
$ECHO "$RED[!] afl-fuzz is not working correctly with persistent qemu_mode" $ECHO "$RED[!] afl-fuzz is not working correctly with persistent qemu_mode"
CODE=1 CODE=1
exit 1
} }
rm -rf in out errors rm -rf in out errors
} || { } || {