diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2018-04-04 07:42:05 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2018-04-04 07:42:05 +0000 |
commit | 310d8da7e8d83c2a5c485ab0cdcf37545dc2cc94 (patch) | |
tree | a03af2e690e21da2230e7087549ef742254e68d4 /share/man/man5 | |
parent | 6701a66c9e8041d93ceea2c23ca9805be964c9f3 (diff) |
TEST_LOG is owned by bsd.port.mk, actually
okay jca@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 3f2fc4e70af..73ab806be6b 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.474 2018/01/31 17:43:33 danj Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.475 2018/04/04 07:42:04 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 31 2018 $ +.Dd $Mdocdate: April 4 2018 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2921,6 +2921,7 @@ if port needs human interaction to run its tests, or set to if the tests need an active X11 display to work. .It Ev TEST_LOG Command used to log the results of regression tests to TEST_LOGFILE. +Read-only. .It Ev TEST_LOGFILE Log file containing the results of regression tests. .It Ev TEST_TARGET |