diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.regress.mk.5 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man5/bsd.regress.mk.5 b/share/man/man5/bsd.regress.mk.5 index 7e0029bc773..962d7d940ad 100644 --- a/share/man/man5/bsd.regress.mk.5 +++ b/share/man/man5/bsd.regress.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.regress.mk.5,v 1.5 2007/05/31 19:19:58 jmc Exp $ +.\" $OpenBSD: bsd.regress.mk.5,v 1.6 2013/06/14 22:38:50 halex Exp $ .\" .\" Copyright (c) 2002 Anil Madhavapeddy .\" Copyright (c) 2000 Marc Espie @@ -25,7 +25,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: May 31 2007 $ +.Dd $Mdocdate: June 14 2013 $ .Dt BSD.REGRESS.MK 5 .Os .Sh NAME @@ -59,6 +59,12 @@ then a failure is logged, otherwise the test is marked as a success. .El .Sh VARIABLES .Bl -tag -width REGRESS_LOG +.It Ev REGRESS_FAIL_EARLY +If this variable is set to anything but +.Dq no , +the +.Ar regress +target will abort as soon as a test fails. .It Ev REGRESS_LOG Points to the fully-qualified path of a file to which regression results are appended. |