diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-27 18:57:28 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-27 18:57:28 +0200 |
commit | 6cad585bdc5c335cc2894c97e9aaf6d5fff88e1f (patch) | |
tree | 194bd96e0e36790217939fd81fe92be5307e7684 /test | |
parent | 6172bc7312f85276101edbf78d2dd702f9ddfb49 (diff) | |
download | afl++-6cad585bdc5c335cc2894c97e9aaf6d5fff88e1f.tar.gz |
nits
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-llvm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-llvm.sh b/test/test-llvm.sh index 0e66cc97..714bda93 100755 --- a/test/test-llvm.sh +++ b/test/test-llvm.sh @@ -263,7 +263,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && { { mkdir -p in echo 00000000000000000000000000000000 > in/in - AFL_BENCH_UNTIL_CRASH=1 ../afl-fuzz -m none -V15 -i in -o out -c./test-cmplog -- ./test-c >>errors 2>&1 + AFL_BENCH_UNTIL_CRASH=1 ../afl-fuzz -m none -V30 -i in -o out -c./test-cmplog -- ./test-c >>errors 2>&1 } >>errors 2>&1 test -n "$( ls out/default/crashes/id:000000* out/default/hangs/id:000000* 2>/dev/null )" && { $ECHO "$GREEN[+] afl-fuzz is working correctly with llvm_mode cmplog" |