aboutsummaryrefslogtreecommitdiff
path: root/test/test-post.sh
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-08-14 00:20:04 +0200
committerDominik Maier <domenukk@gmail.com>2020-08-14 00:20:04 +0200
commitc3a6e7e87053f904214484f4887afc576e016d18 (patch)
treed15ba8b9670e4580d7795c70792b20fc64c92038 /test/test-post.sh
parentd0ab83a202ef5bb0614dde01825e4dd48f0da645 (diff)
downloadAFLplusplus-c3a6e7e87053f904214484f4887afc576e016d18.tar.gz
testcases indicate count
Diffstat (limited to 'test/test-post.sh')
-rwxr-xr-xtest/test-post.sh2
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"