Re: git: 76772c2b0759 - main - www/websh: Unbreak, undeprecate, unexpire. Add LICENSE.
Date: Sun, 24 Dec 2023 21:38:58 UTC
24.12.23 16:07, Gleb Popov:
> Porter Handbook suggests defining TEST_TARGET:
TEST_TARGET identifies the make-target in the upstream's Makefile, does
not it? Not in the port's Makefile, which, as you can see upon closer
examination, is different...
The problem with the upstream's test-target is that it always succeeds
-- even if a test fails. So I have a little awk-script, which parses the
results.
> https://docs.freebsd.org/en/books/porters-handbook/book/#make-test
I don't see, where that text prohibits -- or even discourages -- what I
am doing. Do you?
-mi