From ce95017bf16f7937013134fc5188900d3e2cd9c7 Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Wed, 16 Aug 2017 09:27:36 +0200 Subject: sync --- regress/tests/README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'regress/tests/README') 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. -- cgit v1.2.3-54-g00ecf