summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2002-08-30 11:59:40 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2002-08-30 11:59:40 +0000
commitd848fed16b9f89231e014dddbf643a63cec10fc3 (patch)
tree3adb2fb1f2c4946ab4f65b8762eac232e480bb22 /share
parent8e4b3bb8fdd2af174ccefcb5525a1de762d3868f (diff)
o) start new sentence on a new line;
o) close .Bl; avsm@ ok
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/bsd.regress.mk.527
1 files changed, 17 insertions, 10 deletions
diff --git a/share/man/man5/bsd.regress.mk.5 b/share/man/man5/bsd.regress.mk.5
index e0d08fd4fb3..c4410b91bd0 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.1 2002/08/26 22:12:11 avsm Exp $
+.\" $OpenBSD: bsd.regress.mk.5,v 1.2 2002/08/30 11:59:39 mpech Exp $
.\"
.\" Copyright (c) 2002 Anil Madhavapeddy
.\" Copyright (c) 2000 Marc Espie
@@ -53,21 +53,26 @@ of regression tests.
.It Ar regress
Executes all of the regression targets defined in the Makefile.
.It Ar run-regress-*
-Runs an individual regression test. If the exit status of the
-program indicates an error or timeout, then a failure is logged,
-otherwise the test is marked as a success.
+Runs an individual regression test.
+If the exit status of the program indicates an error or timeout,
+then a failure is logged, otherwise the test is marked as a success.
+.El
.Sh VARIABLES
.Bl -tag -width REGRESSLOG
.It Ev REGRESSLOG
Points to the fully-qualified path of a file to which regression
-results are appended. Defaults to /dev/null.
+results are appended.
+Defaults to
+.Pa /dev/null .
.It Ev REGRESSMAXTIME
Maximum limit of CPU seconds to spend on the regression test.
Exceeding this time will result in a failure being logged.
.It Ev REGRESSROOTTARGETS
-Targets for which root access is required to run the test. The
+Targets for which root access is required to run the test.
+The
.Ev SUDO
-variable is invoked for these targets. See also
+variable is invoked for these targets.
+See also
.Ev SUDO .
.It Ev REGRESSSKIPSLOW
Skip over all the regression tests which have been marked as
@@ -75,17 +80,19 @@ being 'slow' using the
.Ev REGRESSSLOWTARGETS
variable.
.It Ev REGRESSSLOWTARGETS
-Targets which are defined as 'slow'. All of these tests
-can be skipped by setting the
+Targets which are defined as 'slow'.
+All of these tests can be skipped by setting the
.Ev REGRESSSKIPSLOW
variable.
.It Ev REGRESSTARGETS
Targets which are invoked to run the set of regression tests
-for this Makefile. Defaults to
+for this Makefile.
+Defaults to
.Ar run-regress-${PROG} .
.It Ev SUDO
Location of the sudo command, used to switch to root for certain
test targets which require it.
+.El
.Sh BUGS AND LIMITATIONS
The build system is unable to distinguish between timeouts due to
.Ev REGRESSMAXTIME