svn commit: r1934994 - httpd/httpd/trunk/test
[email protected] Fri, 05 Jun 2026 07:55:07 -0000
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178064610743.3000614.9671916038551154096@svn03-he-fi> |
Author: jfclere Date: Fri Jun 5 07:55:07 2026 New Revision: 1934994 Log: Just small adjust, missing = Modified: httpd/httpd/trunk/test/README Modified: httpd/httpd/trunk/test/README ============================================================================== --- httpd/httpd/trunk/test/README Fri Jun 5 07:09:22 2026 (r1934993) +++ httpd/httpd/trunk/test/README Fri Jun 5 07:55:07 2026 (r1934994) @@ -42,7 +42,7 @@ combined result. pytest_suite runs firs ./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 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,