aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-22 13:50:39 +0200
committervan Hauser <vh@thc.org>2020-05-22 13:50:39 +0200
commit0f8da71588ecf0de4b7e56754107c2fedd6cbb0f (patch)
treec6ba44d17d888b37a2132386f624547ffdcd4c91 /test
parent7d3cfcfd0bbcf8049e0952bbc96939f3f997186a (diff)
downloadAFLplusplus-0f8da71588ecf0de4b7e56754107c2fedd6cbb0f.tar.gz
more test.sh fixes
Diffstat (limited to 'test')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index cf1f1797..8d9e7e00 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -358,7 +358,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && {
$ECHO "$YELLOW[-] llvm_mode InsTrim not compiled, cannot test"
INCOMPLETE=1
}
- AFL_LLVM_INSTRUMENT=CFG
+ AFL_LLVM_INSTRUMENT=AFL
AFL_DEBUG=1 AFL_LLVM_LAF_SPLIT_SWITCHES=1 AFL_LLVM_LAF_TRANSFORM_COMPARES=1 AFL_LLVM_LAF_SPLIT_COMPARES=1 ../afl-clang-fast -o test-compcov.compcov test-compcov.c > test.out 2>&1
test -e test-compcov.compcov && {
grep --binary-files=text -Eq " [ 12][0-9][0-9] location| [3-9][0-9] location" test.out && {