The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=3268f407cac47a3ee1ff15490d6b873bd3a61a5e
commit 3268f407cac47a3ee1ff15490d6b873bd3a61a5e Author: Stefan Eßer <[email protected]> AuthorDate: 2021-06-25 10:14:25 +0000 Commit: Stefan Eßer <[email protected]> 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> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
