[openssh-commits] [openssh] 02/04: upstream: REGRESS_FAIL_EARLY defaults to yes now. So no need to

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Oct 6 14:33:45 AEDT 2023


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

djm pushed a commit to branch master
in repository openssh.

commit cb54becff4d776238e0e9072943ba0872260535d
Author: claudio at openbsd.org <claudio at openbsd.org>
Date:   Sun Sep 24 08:14:13 2023 +0000

    upstream: REGRESS_FAIL_EARLY defaults to yes now. So no need to
    
    overload the value here anymore. OK tb@ bluhm@
    
    OpenBSD-Regress-ID: f063330f1bebbcd373100afccebc91a965b14496
---
 regress/unittests/Makefile     | 3 +--
 regress/unittests/Makefile.inc | 4 +---
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/regress/unittests/Makefile b/regress/unittests/Makefile
index 4d26b747..e370900e 100644
--- a/regress/unittests/Makefile
+++ b/regress/unittests/Makefile
@@ -1,6 +1,5 @@
-#	$OpenBSD: Makefile,v 1.12 2020/06/19 04:34:21 djm Exp $
+#	$OpenBSD: Makefile,v 1.13 2023/09/24 08:14:13 claudio Exp $
 
-REGRESS_FAIL_EARLY?=	yes
 SUBDIR=	test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
 SUBDIR+=authopt misc sshsig
 
diff --git a/regress/unittests/Makefile.inc b/regress/unittests/Makefile.inc
index 370224aa..623896ff 100644
--- a/regress/unittests/Makefile.inc
+++ b/regress/unittests/Makefile.inc
@@ -1,6 +1,4 @@
-#	$OpenBSD: Makefile.inc,v 1.14 2019/11/25 10:32:35 djm Exp $
-
-REGRESS_FAIL_EARLY?=	yes
+#	$OpenBSD: Makefile.inc,v 1.15 2023/09/24 08:14:13 claudio Exp $
 
 .include <bsd.own.mk>
 .include <bsd.obj.mk>

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


More information about the openssh-commits mailing list