repo.or.cz
/
git2svn.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
65c96e9
)
Make reporting status look the same as all the other messages.
author
Love Hörnquist Åstrand
<
[email protected]
>
Wed, 16 Apr 2008 12:35:39 +0000
(16 14:35 +0200)
committer
Love Hörnquist Åstrand
<
[email protected]
>
Wed, 16 Apr 2008 12:35:39 +0000
(16 14:35 +0200)
run-tests.sh
patch
|
blob
|
blame
|
history
diff --git
a/run-tests.sh
b/run-tests.sh
index
b5baf69
..
2dfc1c9
100644
(file)
--- 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