git: b85052364dd1 - main - databases/keydb: Remove broken tests support for now
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Nov 2023 19:35:48 UTC
The branch main has been updated by zi: URL: https://cgit.FreeBSD.org/ports/commit/?id=b85052364dd1e56cb8251cd47be0bc88b432892f commit b85052364dd1e56cb8251cd47be0bc88b432892f Author: Ryan Steinmetz <zi@FreeBSD.org> AuthorDate: 2023-11-02 19:35:07 +0000 Commit: Ryan Steinmetz <zi@FreeBSD.org> CommitDate: 2023-11-02 19:35:07 +0000 databases/keydb: Remove broken tests support for now PR: 274745 Reported by: diizzy@ --- databases/keydb/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/databases/keydb/Makefile b/databases/keydb/Makefile index 95561180b69b..71867fc68e0c 100644 --- a/databases/keydb/Makefile +++ b/databases/keydb/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ libsnappy.so:archivers/snappy \ libzstd.so:archivers/zstd -USES= compiler:c11 cpe gmake pkgconfig:build tcl:test +USES= compiler:c11 cpe gmake pkgconfig:build USE_GITHUB= yes GH_ACCOUNT= Snapchat @@ -87,7 +87,4 @@ do-install: ${STAGEDIR}${KEYDB_DBDIR} \ ${STAGEDIR}${KEYDB_RUNDIR} -do-test: - @cd ${WRKSRC} && ${TCLSH} tests/test_helper.tcl - .include <bsd.port.post.mk>