about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-07-13 11:27:08 +0200
committerhexcoder- <heiko@hexco.de>2020-07-13 11:27:08 +0200
commit6b79e1f76dee1dc5775b1e10edfa5b2180f553f8 (patch)
treeffcf3d3b8b1ac9e90ed37d6494689ad155e2deee
parent5a26656ea1095083def4c82918116b2d5cb2e641 (diff)
downloadafl++-6b79e1f76dee1dc5775b1e10edfa5b2180f553f8.tar.gz
test.sh: FP fuzzing: check for crashes
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index d76c1902..9938a051 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -393,7 +393,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && {
     {
       AFL_BENCH_UNTIL_CRASH=1 ../afl-fuzz -V16 -m ${MEM_LIMIT} -i in -o out -- ./test-floatingpoint >>errors 2>&1
     } >>errors 2>&1
-    test -n "$( ls out/queue/id:000002* 2>/dev/null )" && {
+    test -n "$( ls out/crashes/id:* 2>/dev/null )" && {
       $ECHO "$GREEN[+] llvm_mode laf-intel floatingpoint splitting feature works correctly"
     } || {
       $ECHO "$RED[!] llvm_mode laf-intel floatingpoint splitting feature failed"