summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-07-09 00:21:12 +1000
committerDamien Miller <djm@mindrot.org>2008-07-09 00:21:12 +1000
commitd9648eee7cacf633c79ad0f50d7e3215200d2920 (patch)
tree5cd74af0d3367e84a6ea1f3bc5aa3fd5d0e42909 /Makefile.in
parentc9c96f2e28a70b01f5739159f274f845a396cea9 (diff)
- (djm) [Makefile.in] Print "all tests passed" when all regress tests pass
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 5b63d896e..c1b7ab5a6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.296 2008/07/04 23:50:24 djm Exp $
+# $Id: Makefile.in,v 1.297 2008/07/08 14:21:12 djm Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@@ -419,7 +419,7 @@ tests interop-tests: $(TARGETS)
TEST_SSH_CONCH="$${TEST_SSH_CONCH}" \
TEST_SSH_IPV6="@TEST_SSH_IPV6@" \
EXEEXT="$(EXEEXT)" \
- $@
+ $@ && echo all tests passed
compat-tests: $(LIBCOMPAT)
(cd openbsd-compat/regress && $(MAKE))