git: cc15d3641b3b - main - science/qbox: Mark TESTING_UNSAFE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 May 2025 07:52:56 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc15d3641b3b195568340fe2c01f1bf0bf8f366a commit cc15d3641b3b195568340fe2c01f1bf0bf8f366a Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-05-06 07:52:20 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-05-06 07:52:45 +0000 science/qbox: Mark TESTING_UNSAFE --- science/qbox/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/science/qbox/Makefile b/science/qbox/Makefile index 26cf63461ad5..6eaf55eb80d3 100644 --- a/science/qbox/Makefile +++ b/science/qbox/Makefile @@ -30,7 +30,8 @@ WRKSRC_SUBDIR= src MAKE_ARGS= TARGET=freebsd ALL_TARGET= qb -TEST_TARGET= tests # only builds tests, but doesn't run them: https://github.com/qboxcode/qbox-public/issues/6, tests fail to link, see https://github.com/qboxcode/qbox-public/issues/11 +TEST_TARGET= tests +TESTING_UNSAFE= only builds tests, but doesn't run them: https://github.com/qboxcode/qbox-public/issues/6, tests fail to link, see https://github.com/qboxcode/qbox-public/issues/11 PLIST_FILES= bin/qb