diff options
author | hexcoder- <heiko@hexco.de> | 2020-07-30 17:00:10 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-07-30 17:00:10 +0200 |
commit | cbe8f0a9d08437df921fa20b2d678aad65fb526c (patch) | |
tree | 8e8d4d9173c09d65687e979b430098c50bf097bf /test | |
parent | da8b464e679ce514bfd8cfd80d67e6c93ba33df9 (diff) | |
download | afl++-cbe8f0a9d08437df921fa20b2d678aad65fb526c.tar.gz |
cleanup messages in floating point test case
Diffstat (limited to 'test')
-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 |