Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Feb 2023 20:03:45 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 425effc683bc - main - x11/waylock: disable bogus "make test" support
Message-ID:  <202302062003.316K3jMB063645@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=425effc683bc48fedc3d12b348c85977910ce2b0

commit 425effc683bc48fedc3d12b348c85977910ce2b0
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-06 19:56:44 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-02-06 20:03:31 +0000

    x11/waylock: disable bogus "make test" support
    
    All other lang/zig consumers have tests but not this one.
    
    $ zig build test
    error: Cannot run step 'test' because it does not exist
    
    PR:             269320
---
 x11/waylock/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/x11/waylock/Makefile b/x11/waylock/Makefile
index 055a9769ae0e..6a08bc704b21 100644
--- a/x11/waylock/Makefile
+++ b/x11/waylock/Makefile
@@ -48,7 +48,4 @@ post-patch:
 do-build:
 	@(cd ${WRKSRC} && ${MAKE_ENV} zig build ${CONFIGURE_ARGS})
 
-do-test:
-	@(cd ${WRKSRC} && ${TEST_ENV} zig build test ${CONFIGURE_ARGS})
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302062003.316K3jMB063645>