From 1c8bc8202004b5e947473ea0872cfd34cb7de9f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 16 Apr 2008 14:35:39 +0200 Subject: [PATCH] Make reporting status look the same as all the other messages. --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index b5baf69..2dfc1c9 100644 --- a/run-tests.sh +++ b/run-tests.sh @@ -29,6 +29,6 @@ svn=file://`pwd`/repro svn ls $svn | grep trunk > /dev/null || exit 1 svn ls $svn/branches | grep heimdal-1-1-branch > /dev/null || exit 1 -echo "all tests passed" +echo "####all tests passed" exit 0 -- 2.11.4.GIT