summaryrefslogtreecommitdiff
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
parentc9c96f2e28a70b01f5739159f274f845a396cea9 (diff)
- (djm) [Makefile.in] Print "all tests passed" when all regress tests pass
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2af88a7d6..726a613ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120080709
2 - (djm) [Makefile.in] Print "all tests passed" when all regress tests pass
3
120080705 420080705
2 - (djm) [auth.c] Fixed test for locked account on HP/UX with shadowed 5 - (djm) [auth.c] Fixed test for locked account on HP/UX with shadowed
3 passwords disabled. bz#1083 report & patch from senthilkumar_sen AT 6 passwords disabled. bz#1083 report & patch from senthilkumar_sen AT
@@ -4595,4 +4598,4 @@
4595 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4598 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4596 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4599 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4597 4600
4598$Id: ChangeLog,v 1.5065 2008/07/05 05:17:48 djm Exp $ 4601$Id: ChangeLog,v 1.5066 2008/07/08 14:21:12 djm Exp $
diff --git a/Makefile.in b/Makefile.in
index 5b63d896e..c1b7ab5a6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.296 2008/07/04 23:50:24 djm Exp $ 1# $Id: Makefile.in,v 1.297 2008/07/08 14:21:12 djm Exp $
2 2
3# uncomment if you run a non bourne compatable shell. Ie. csh 3# uncomment if you run a non bourne compatable shell. Ie. csh
4#SHELL = @SH@ 4#SHELL = @SH@
@@ -419,7 +419,7 @@ tests interop-tests: $(TARGETS)
419 TEST_SSH_CONCH="$${TEST_SSH_CONCH}" \ 419 TEST_SSH_CONCH="$${TEST_SSH_CONCH}" \
420 TEST_SSH_IPV6="@TEST_SSH_IPV6@" \ 420 TEST_SSH_IPV6="@TEST_SSH_IPV6@" \
421 EXEEXT="$(EXEEXT)" \ 421 EXEEXT="$(EXEEXT)" \
422 $@ 422 $@ && echo all tests passed
423 423
424compat-tests: $(LIBCOMPAT) 424compat-tests: $(LIBCOMPAT)
425 (cd openbsd-compat/regress && $(MAKE)) 425 (cd openbsd-compat/regress && $(MAKE))