aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-06-25 10:14:25 +0000
committerStefan Eßer <se@FreeBSD.org>2021-06-25 10:14:25 +0000
commit3268f407cac47a3ee1ff15490d6b873bd3a61a5e (patch)
treed62f4bf330ef713546e4d669013c85234f0ed28c
parent95d3044bbdadfca6120a3e7c61c9ebb9a476f369 (diff)
downloadsrc-3268f407cac47a3ee1ff15490d6b873bd3a61a5e.tar.gz
src-3268f407cac47a3ee1ff15490d6b873bd3a61a5e.zip
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.
-rw-r--r--sbin/md5/Makefile8
1 files 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>