From: Jean-Frederic Clere Date: Fri, 5 Jun 2026 07:55:07 +0000 (+0000) Subject: Just small adjust, missing = X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=80455faab201bd5ec769c6b62370fb2f456f0aef;p=thirdparty%2Fapache%2Fhttpd.git Just small adjust, missing = git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934994 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/README b/test/README index fcfe060a1b..3ccdc20139 100644 --- a/test/README +++ b/test/README @@ -42,7 +42,7 @@ combined result. pytest_suite runs first, then the pyhttpd modules/ tests. ./run-all-tests.sh # run both suites (pytest_suite first) ./run-all-tests.sh --only=pysuite # only the pytest_suite tests ./run-all-tests.sh --only=pyhttpd # only the pyhttpd modules/ tests - ./run-all-tests.sh --apxs /path/to/apxs # point at a specific httpd build + ./run-all-tests.sh --apxs=/path/to/apxs # point at a specific httpd build ./run-all-tests.sh -k status -v # flags pass through to BOTH suites How it finds the httpd build: @@ -77,8 +77,8 @@ pytest_suite (from its own directory; it creates its own virtualenv): cd pytest_suite uv sync # one-time: create the venv - ./runtests.sh --apxs /path/to/apxs # all tests - ./runtests.sh --php-fpm /path/to/php-fpm tests/t/php # PHP tests + ./runtests.sh --apxs=/path/to/apxs # all tests + ./runtests.sh --php-fpm=/path/to/php-fpm tests/t/php # PHP tests ./runtests.sh -k rewrite -v # any pytest args pass through pyhttpd tests (need pyhttpd/config.ini from httpd's configure, plus curl,