From 0a0cd57d5fa9006919ef3914bfc190644204d37a Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Thu, 9 Jan 2020 09:08:26 +0100 Subject: Signal success in the output, not just with exit status. --- tests/run.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/run.sh b/tests/run.sh index 6b5ea4e..a65f986 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -39,3 +39,5 @@ if rpm -ql httpd | grep mod_authn_socache ; then sleep 11 curl -u bob:Secret -s -D /dev/stdout -o /dev/null http://localhost/authn-cached | tee /dev/stderr | grep 401 fi + +echo OK $0. -- cgit