diff options
author | Yann Ylavic <ylavic@apache.org> | 2022-01-06 18:16:34 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2022-01-06 18:16:34 +0100 |
commit | ed611d3754bc38f2d9c9aabf0fb7becd8d8fdc7d (patch) | |
tree | 82953def0bf675b3921d25bade07bb4c56bd9245 /test/travis_run_linux.sh | |
parent | Let's see if mod_dumpio gives more ocsp hints.. (diff) | |
download | apache2-ed611d3754bc38f2d9c9aabf0fb7becd8d8fdc7d.tar.xz apache2-ed611d3754bc38f2d9c9aabf0fb7becd8d8fdc7d.zip |
Revert r1896758 and r1896746 (travis debug temporaries). [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896759 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/travis_run_linux.sh')
-rwxr-xr-x | test/travis_run_linux.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index 03c2e475a4..c2a08eeb22 100755 --- a/test/travis_run_linux.sh +++ b/test/travis_run_linux.sh @@ -184,9 +184,9 @@ if ! test -v SKIP_TESTING; then popd fi - #if test $RV -ne 0 && test -f test/perl-framework/t/logs/error_log; then - # grep -v ':\(debug\|trace[12345678]\)\]' test/perl-framework/t/logs/error_log - #fi + if test $RV -ne 0 && test -f test/perl-framework/t/logs/error_log; then + grep -v ':\(debug\|trace[12345678]\)\]' test/perl-framework/t/logs/error_log + fi if test -v TEST_CORE -a $RV -eq 0; then # Run HTTP/2 tests. |