diff options
author | 2001-10-07 11:36:09 +0000 | |
---|---|---|
committer | 2001-10-07 11:36:09 +0000 | |
commit | 25abf712389c39b052dd21d4fb234a4cf00acb02 (patch) | |
tree | 1dcc2dd850909c454f075b52474f50347c94189b | |
parent | document REGRESS_FLAGS (diff) | |
download | wireguard-openbsd-25abf712389c39b052dd21d4fb234a4cf00acb02.tar.xz wireguard-openbsd-25abf712389c39b052dd21d4fb234a4cf00acb02.zip |
Document REGRESS_IS_INTERACTIVE
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 88c87f8838b..c15c00359e7 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.54 2001/10/07 11:03:57 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.55 2001/10/07 11:36:09 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -632,7 +632,7 @@ Flags used for all make invocations, except for the stage, which uses .Ev FAKE_FLAGS , and for the regress stage, which uses -.Ar REGRESS_FLAGS . +.Ev REGRESS_FLAGS . .It Ev MAKE_FILE Name of the Makefile used for ports building. Defaults to Makefile. @@ -858,6 +858,10 @@ Regress dependencies are only checked if the regress stage is invoked. .It Ev REGRESS_FLAGS Flags to pass to ${MAKE_PROGRAM} to run the regression tests. Defaults to ${MAKE_FLAGS}. +.It Ev REGRESS_IS_INTERACTIVE +Set to +.Sq Yes +if port needs human interaction to run its tests. .It Ev REGRESS_TARGET Target to run regression tests. Defaults to |