Fix broken test

Related: #1964892
This commit is contained in:
Coty Sutherland 2021-08-02 20:25:52 -04:00
parent 220fb84b0f
commit 5206eb1969
2 changed files with 5 additions and 2 deletions

View File

@ -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 <csutherl@redhat.com> - 1.3.14-19.Final
- Fix broken test
* Mon Aug 02 2021 Coty Sutherland <csutherl@redhat.com> - 1.3.14-18.Final
- Fix typo in tests.yml filename

View File

@ -7,7 +7,7 @@
tests:
- verify_httpd_up:
dir: .
run: "curl http://localhost/ &> testfile.log || true && grep '<h1>Fedora Webserver <strong>Test Page</strong></h1>' testfile.log"
run: "curl http://localhost/ &> testfile.log || true && grep '<strong>Test Page</strong>' testfile.log"
- check_error_log:
dir: .
run: "! sudo grep -i error /var/log/httpd/error_log | grep -v \"AH01276\""