- (djm) [Makefile.in] Print "all tests passed" when all regress tests pass

This commit is contained in:
Damien Miller 2008-07-09 00:21:12 +10:00
parent c9c96f2e28
commit d9648eee7c
2 changed files with 6 additions and 3 deletions

View File

@ -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 $

View File

@ -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))