REGRESS_FAIL_EARLY defaults to yes now. So no need to overload the
authorclaudio <claudio@openbsd.org>
Sun, 24 Sep 2023 08:14:13 +0000 (08:14 +0000)
committerclaudio <claudio@openbsd.org>
Sun, 24 Sep 2023 08:14:13 +0000 (08:14 +0000)
value here anymore.
OK tb@ bluhm@

regress/usr.bin/ssh/Makefile
regress/usr.bin/ssh/unittests/Makefile
regress/usr.bin/ssh/unittests/Makefile.inc

index 7821931..8a8c30e 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.126 2023/09/06 23:36:09 djm Exp $
+#      $OpenBSD: Makefile,v 1.127 2023/09/24 08:14:13 claudio Exp $
 
 OPENSSL?=      yes
 
@@ -10,8 +10,6 @@ SUBDIR+=      misc
 
 REGRESS_SETUP_ONCE=misc        # For sk-dummy.so
 
-REGRESS_FAIL_EARLY?=   yes
-
 # Key conversion operations are not supported when built w/out OpenSSL.
 .if !defined(LTESTS_FROM) && ${OPENSSL:L} != no
 REGRESS_TARGETS=       t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12
index 4d26b74..e370900 100644 (file)
@@ -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
 
index 370224a..623896f 100644 (file)
@@ -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>