From 90d7c4f98e7a847b6491cbffd772274e2f3a267d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 16 Apr 2022 10:24:28 +0300 Subject: test: explicitly say all tests pass, if they do Sponsored-by: author --- check-all | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.1