diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-08 12:40:05 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-08 12:40:05 +0200 |
commit | 125a59df91bb09f3288371185c15a48a08376bfe (patch) | |
tree | 18d703d66d32c55706f7f7bd30a813a9742327f2 /test | |
parent | eae4a9e1f89f82ea79568635842617cc64081bfc (diff) | |
parent | 20f009e927b8d98a595575e5d4366a437d6e7247 (diff) | |
download | afl++-125a59df91bb09f3288371185c15a48a08376bfe.tar.gz |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'test')
-rwxr-xr-x | test/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh index 0fcb7087..44236b63 100755 --- a/test/test.sh +++ b/test/test.sh @@ -238,6 +238,7 @@ test -e ../afl-qemu-trace && { } || $ECHO "$RED[-] gcc compilation of test targets failed - what is going on??" $ECHO "$YELLOW[?] we need a test case for qemu_mode persistent mode" + $ECHO "$YELLOW[?] we need a test case for qemu_mode unsigaction library" # This works but there are already problems with persistent (e.g. stability) #$ECHO "$GREY[*] running afl-fuzz for persistent qemu_mode, this will take approx 10 seconds" #{ |