diff --git a/mod_jk.spec b/mod_jk.spec index d9af03c..82c70a9 100644 --- a/mod_jk.spec +++ b/mod_jk.spec @@ -4,7 +4,7 @@ %global version_minor 2 %global version_micro 48 %global commitid 1c14fc065bc133887fdde55cab954691b3dc3aac -%global serial 17 +%global serial 18 # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with @@ -200,6 +200,9 @@ command="s|/usr/local/bin\b|%{_bindir}|" %endif %changelog +* Mon Aug 02 2021 Coty Sutherland - 1.2.48-18 +- Fix broken test + * Mon Aug 02 2021 Coty Sutherland - 1.2.48-17 - Fix typo in tests.yml filename diff --git a/tests/tests.yml b/tests/tests.yml index 73db2d7..eed9335 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -7,7 +7,7 @@ tests: - verify_httpd_up: dir: . - run: "curl http://localhost/ &> testfile.log || true && grep '

Fedora Webserver Test Page

' testfile.log" + run: "curl http://localhost/ &> testfile.log || true && grep 'Test Page' testfile.log" - check_error_log: dir: . run: "! sudo grep -i error /var/log/httpd/error_log | grep -v \"AH01276\""