diff options
author | van Hauser <vh@thc.org> | 2021-01-19 14:20:43 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2021-01-19 14:20:43 +0100 |
commit | ed9f94c5b90d1785d4c7c8c8ef5c1bf2ba1b9fef (patch) | |
tree | f32467ad5e85595657c43c6916f0622d0296b2f4 /test/test-llvm-lto.sh | |
parent | 95ee2cdd574dabf39d662cd2a76542b733d374ac (diff) | |
download | afl++-ed9f94c5b90d1785d4c7c8c8ef5c1bf2ba1b9fef.tar.gz |
fix CI
Diffstat (limited to 'test/test-llvm-lto.sh')
-rwxr-xr-x | test/test-llvm-lto.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-llvm-lto.sh b/test/test-llvm-lto.sh index d0b8f8fc..a931afb7 100755 --- a/test/test-llvm-lto.sh +++ b/test/test-llvm-lto.sh @@ -25,7 +25,7 @@ test -e ../afl-clang-lto -a -e ../afl-llvm-lto-instrumentation.so && { } || { $ECHO "$GREEN[+] llvm_mode LTO instrumentation present and working correctly" TUPLES=`echo 0|../afl-showmap -m ${MEM_LIMIT} -o /dev/null -- ./test-instr.plain 2>&1 | grep Captur | awk '{print$3}'` - test "$TUPLES" -gt 3 -a "$TUPLES" -lt 7 && { + test "$TUPLES" -gt 2 -a "$TUPLES" -lt 7 && { $ECHO "$GREEN[+] llvm_mode LTO run reported $TUPLES instrumented locations which is fine" } || { $ECHO "$RED[!] llvm_mode LTO instrumentation produces weird numbers: $TUPLES" |