[openssh-commits] [openssh] 01/01: Report success of individual tests as well as all.

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Jul 29 16:35:14 AEST 2019


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit e93ffd1a19fc47c49d68ae2fb332433690ecd389
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon Jul 29 16:04:01 2019 +1000

    Report success of individual tests as well as all.
    
    This puts the "all tests passed" message back at the end where the
    test harnesses can find it.
---
 Makefile.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 0634fa33..c923c6ce 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -591,6 +591,7 @@ regress-unit-binaries: regress-prep $(REGRESSLIBS) \
 	regress/misc/kexfuzz/kexfuzz$(EXEEXT)
 
 tests:	file-tests t-exec interop-tests unit
+	echo all tests passed
 
 unit: regress-unit-binaries
 	BUILDDIR=`pwd`; \
@@ -598,7 +599,7 @@ unit: regress-unit-binaries
 	$(MAKE) \
 		.OBJDIR="$${BUILDDIR}/regress" \
 		.CURDIR="`pwd`" \
-		$@
+		$@ && echo $@ tests passed
 
 interop-tests t-exec file-tests: regress-prep regress-binaries $(TARGETS)
 	BUILDDIR=`pwd`; \
@@ -646,7 +647,7 @@ interop-tests t-exec file-tests: regress-prep regress-binaries $(TARGETS)
 		TEST_SSH_ECC="$${TEST_SSH_ECC}" \
 		TEST_SHELL="${TEST_SHELL}" \
 		EXEEXT="$(EXEEXT)" \
-		$@ && echo all tests passed
+		$@ && echo all $@ passed
 
 compat-tests: $(LIBCOMPAT)
 	(cd openbsd-compat/regress && $(MAKE))

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list