summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorAlexander Hall <halex@cvs.openbsd.org>2013-06-14 22:38:51 +0000
committerAlexander Hall <halex@cvs.openbsd.org>2013-06-14 22:38:51 +0000
commit4b69549b61f04d4c27aa5550c1c2d2034929f3e7 (patch)
tree56b9a4090e5ec9bcab5c3e434a9c4485fd3e3d89 /share/man
parent3c52c088cb0452d492cc203a489e3b3e9bb01b55 (diff)
introduce REGRESS_FAIL_EARLY to stop regression tests at first
encountered failure ok phessler@ bluhm@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/bsd.regress.mk.510
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.