]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Just small adjust, missing =
authorJean-Frederic Clere <jfclere@apache.org>
Fri, 5 Jun 2026 07:55:07 +0000 (07:55 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Fri, 5 Jun 2026 07:55:07 +0000 (07:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934994 13f79535-47bb-0310-9956-ffa450edef68

test/README

index fcfe060a1b6b3db16a124ad0dba17b69a43200c1..3ccdc20139819836794b6ee54a75771fbba1a942 100644 (file)
@@ -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,