diff options
author | hexcoder- <heiko@hexco.de> | 2020-08-07 16:34:10 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-08-07 16:34:10 +0200 |
commit | 673ace2a4b631703c4de0ff5efd154fe7ecc1012 (patch) | |
tree | 6dff2c76016d2e0318e6bf441437fddab925e55a | |
parent | 4a6d66d8c5dcbec8b5014ff0445d9292b3958e1d (diff) | |
download | afl++-673ace2a4b631703c4de0ff5efd154fe7ecc1012.tar.gz |
test-llvm.sh: clear file errors after test
-rwxr-xr-x | test/test-llvm.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-llvm.sh b/test/test-llvm.sh index 02d23f9c..96a7f92a 100755 --- a/test/test-llvm.sh +++ b/test/test-llvm.sh @@ -172,7 +172,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && { $ECHO "$RED[!] llvm_mode laf-intel floatingpoint splitting feature compilation failed" CODE=1 } - rm -f test-floatingpoint test.out in/in + rm -f test-floatingpoint test.out in/in errors echo foobar.c > instrumentlist.txt AFL_DEBUG=1 AFL_LLVM_INSTRUMENT_FILE=instrumentlist.txt ../afl-clang-fast -o test-compcov test-compcov.c > test.out 2>&1 test -e test-compcov && test_compcov_binary_functionality ./test-compcov && { @@ -227,4 +227,4 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && { INCOMPLETE=1 } -. ./test-post.sh \ No newline at end of file +. ./test-post.sh |