From: Love Hörnquist Åstrand Date: Wed, 16 Apr 2008 12:35:39 +0000 (+0200) Subject: Make reporting status look the same as all the other messages. X-Git-Tag: git2svn-0.3~2 X-Git-Url: https://repo.or.cz/w/git2svn.git/commitdiff_plain/1c8bc8202004b5e947473ea0872cfd34cb7de9f8 Make reporting status look the same as all the other messages. --- 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