diff options
| author | van Hauser <vh@thc.org> | 2020-08-17 23:42:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-17 23:42:45 +0200 |
| commit | 0a6084f3613f15d2508d43334d28e671f5c6c573 (patch) | |
| tree | a58da1d2ed34cef4020c1fccbd70c4679d7e59fb /test/test-post.sh | |
| parent | 8044ae28be2dd109ac16719ce2e304074fa74efd (diff) | |
| parent | 9532499ef5280ae4c7aa3d189dd7a924a38e8358 (diff) | |
| download | afl++-0a6084f3613f15d2508d43334d28e671f5c6c573.tar.gz | |
Merge pull request #499 from AFLplusplus/dev
important push to stable
Diffstat (limited to 'test/test-post.sh')
| -rwxr-xr-x | test/test-post.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-post.sh b/test/test-post.sh index c1e22498..0911e2cd 100755 --- a/test/test-post.sh +++ b/test/test-post.sh @@ -4,7 +4,7 @@ AFL_TEST_DEPTH=$((AFL_TEST_DEPTH-1)) if [ $AFL_TEST_DEPTH = 0 ]; then # All runs done :) -$ECHO "$GREY[*] all test cases completed.$RESET" +$ECHO "$GREY[*] $AFL_TEST_COUNT test cases completed.$RESET" test "$INCOMPLETE" = "0" && $ECHO "$GREEN[+] all test cases executed" test "$INCOMPLETE" = "1" && $ECHO "$YELLOW[-] not all test cases were executed" test "$CODE" = "0" && $ECHO "$GREEN[+] all tests were successful :-)$RESET" |
