git: 3ef72314a96b - main - math/rumur: Update comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Jul 2024 00:42:48 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ef72314a96b9648672e622bf488e88974c8e4a6 commit 3ef72314a96b9648672e622bf488e88974c8e4a6 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-07-16 16:10:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-07-17 00:42:44 +0000 math/rumur: Update comment --- math/rumur/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/rumur/Makefile b/math/rumur/Makefile index 695528b023be..c6216c1926df 100644 --- a/math/rumur/Makefile +++ b/math/rumur/Makefile @@ -26,7 +26,7 @@ CMAKE_ARGS= BISON_EXECUTABLE:STRING=${LOCALBASE}/bin/bison BINARY_ALIAS= python3=${PYTHON_CMD} -do-test: # the test command hangs, see https://github.com/Smattr/rumur/issues/274 +do-test: # the test command outputs only in the end of the run @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} --build . --target check