Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2021 10:17:35 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 3268f407cac4 - main - sbin/md5: disable tests due to build failures
Message-ID:  <202106251017.15PAHZEX004288@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/src/commit/?id=3268f407cac47a3ee1ff15490d6b873bd3a61a5e

commit 3268f407cac47a3ee1ff15490d6b873bd3a61a5e
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-06-25 10:14:25 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-06-25 10:14:25 +0000

    sbin/md5: disable tests due to build failures
    
    Testing with buildworld/installworld had succeeded, but it appears
    that a path is not correctly set for the distribute target in the
    tests directory.
    
    Commenting out HAS_TESTS should make the build succeed again and give
    time to resolve the "make distribute" issue.
    
    The tests have been locally run to verify that the recent changes to
    add a coreutils compatible -c option does not lead to any regressions.
---
 sbin/md5/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile
index e499967d23d5..610ffe096385 100644
--- a/sbin/md5/Makefile
+++ b/sbin/md5/Makefile
@@ -58,9 +58,9 @@ LIBADD=	md
 CFLAGS+=-DHAVE_CAPSICUM
 .endif
 
-.include <src.opts.mk>
-
-HAS_TESTS=
-SUBDIR.${MK_TESTS}+= tests
+#.include <src.opts.mk>
+#
+#HAS_TESTS=
+#SUBDIR.${MK_TESTS}+= tests
 
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106251017.15PAHZEX004288>