summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-04-16 10:24:28 +0300
committerLars Wirzenius <liw@liw.fi>2022-04-16 10:24:28 +0300
commit90d7c4f98e7a847b6491cbffd772274e2f3a267d (patch)
tree909228b15c9ce6c231d165dfefa32a2762b311a4
parent0eff1d03d896b40b7dc15651a2883e1ab8b2d40d (diff)
downloadvmdb2-90d7c4f98e7a847b6491cbffd772274e2f3a267d.tar.gz
test: explicitly say all tests pass, if they do
Sponsored-by: author
-rwxr-xr-xcheck-all2
1 files changed, 2 insertions, 0 deletions
diff --git a/check-all b/check-all
index deba11d..4e766c2 100755
--- a/check-all
+++ b/check-all
@@ -8,3 +8,5 @@ cd "$(dirname "$0")"
./check
./check-images "$cachedir"
./check-external "$cachedir"
+
+echo "All tests PASS"