This is an automated email from the ASF dual-hosted git repository.

rainerjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 31f7804d9 Separate test into different step
31f7804d9 is described below

commit 31f7804d9ab35c5aa25e44326a93811cffaad88d
Author: rainerjung <[email protected]>
AuthorDate: Mon Jun 29 22:47:30 2026 +0200

    Separate test into different step
---
 .github/workflows/makefile-mod_jk-win.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/makefile-mod_jk-win.yml 
b/.github/workflows/makefile-mod_jk-win.yml
index 33c67a500..c6397ae0c 100644
--- a/.github/workflows/makefile-mod_jk-win.yml
+++ b/.github/workflows/makefile-mod_jk-win.yml
@@ -81,6 +81,10 @@ jobs:
             bin/httpd.exe -t
             bin/httpd.exe -k install
             bin/httpd.exe -k start
+    - name: test mod_jk
+      shell: bash
+      run: |
             # Check jk-status for magic string
-            curl http://localhost:8000/jk-status > jk-status.out
+            curl -q http://localhost:8000/jk-status > jk-status.out
             grep -q 'JK Status Manager for localhost:8000' jk-status.out
+            grep  'Server Version:' jk-status.out


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to