aboutsummaryrefslogtreecommitdiff
path: root/regress/tests/README
diff options
context:
space:
mode:
Diffstat (limited to 'regress/tests/README')
-rw-r--r--regress/tests/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/tests/README b/regress/tests/README
index c9c7836..0d2c8c0 100644
--- a/regress/tests/README
+++ b/regress/tests/README
@@ -1,16 +1,16 @@
-Run httpd regressions tests. The framework runs a client and a httpd.
+Run httpd regression tests. The framework runs a client and an httpd.
Each test creates a special httpd.conf and starts those two processes.
All processes write log files that are checked for certain messages.
The test arguments are kept in the args-*.pl files.
-SUDO=sudo
-As httpd needs root privileges either run the tests as root or set
+SUDO=doas
+As httpd needs root privileges, either run the tests as root or set
this variable and run make as a regular user. Only the code that
-requires it, is run as root.
+requires it is run as root.
KTRACE=ktrace
Set this variable if you want a ktrace output from httpd. Note that
-ktrace is invoked after sudo as sudo would disable it.
+ktrace is invoked after SUDO as SUDO would disable it.
HTTPD=/usr/src/usr.sbin/httpd/obj/httpd
Start an alternative httpd program that is not in the path.