- (djm) [Makefile.in] Print "all tests passed" when all regress tests pass
diff --git a/ChangeLog b/ChangeLog
index 2af88a7..726a613 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20080709
+ - (djm) [Makefile.in] Print "all tests passed" when all regress tests pass
+
 20080705
  - (djm) [auth.c] Fixed test for locked account on HP/UX with shadowed
    passwords disabled. bz#1083 report & patch from senthilkumar_sen AT
@@ -4595,4 +4598,4 @@
    OpenServer 6 and add osr5bigcrypt support so when someone migrates
    passwords between UnixWare and OpenServer they will still work. OK dtucker@
 
-$Id: ChangeLog,v 1.5065 2008/07/05 05:17:48 djm Exp $
+$Id: ChangeLog,v 1.5066 2008/07/08 14:21:12 djm Exp $
diff --git a/Makefile.in b/Makefile.in
index 5b63d89..c1b7ab5 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 @@
 		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))