diff --git a/mod_proxy_cluster.spec b/mod_proxy_cluster.spec index 278faa0..29786ee 100644 --- a/mod_proxy_cluster.spec +++ b/mod_proxy_cluster.spec @@ -5,7 +5,7 @@ %global version_micro 14 %global version_release None %global commitid 547fccb264f57ecdd5f7818ea2d8f9cfac28c4ed -%global serial 18 +%global serial 19 %global pkg_name %{name} @@ -147,6 +147,9 @@ fi %endif %changelog +* Mon Aug 02 2021 Coty Sutherland - 1.3.14-19.Final +- Fix broken test + * Mon Aug 02 2021 Coty Sutherland - 1.3.14-18.Final - Fix typo in tests.yml filename diff --git a/tests/tests.yml b/tests/tests.yml index 19f2048..dad9646 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\""