diff options
author | Dominik Maier <d.maier@avm.de> | 2020-07-30 17:02:13 +0200 |
---|---|---|
committer | Dominik Maier <d.maier@avm.de> | 2020-07-30 17:02:13 +0200 |
commit | 1ba48a5ba06106148b1b0e8d56472738fb2ce44c (patch) | |
tree | a3ba235368802513041033444e6bb1e4e7791b7d | |
parent | 7cb00b69f0bec1a4b486cfd7e0d22daaa79f9849 (diff) | |
parent | cbe8f0a9d08437df921fa20b2d678aad65fb526c (diff) | |
download | afl++-1ba48a5ba06106148b1b0e8d56472738fb2ce44c.tar.gz |
:Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
-rwxr-xr-x | test/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index e410321d..437a5113 100755 --- a/test/test.sh +++ b/test/test.sh @@ -389,7 +389,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && { CODE=1 } rm -f test-compcov.compcov test.out - AFL_LLVM_INSTRUMENT=AFL AFL_DEBUG=1 AFL_LLVM_LAF_SPLIT_FLOATS=1 ../afl-clang-fast -o test-floatingpoint test-floatingpoint.c + AFL_LLVM_INSTRUMENT=AFL AFL_LLVM_LAF_SPLIT_FLOATS=1 ../afl-clang-fast -o test-floatingpoint test-floatingpoint.c >errors test -e test-floatingpoint && { mkdir -p in echo ZZZZ > in/in |