From: Yann Ylavic Date: Thu, 6 Jan 2022 17:10:07 +0000 (+0000) Subject: Let's see if mod_dumpio gives more ocsp hints.. X-Git-Tag: 2.5.0-alpha2-ci-test-only~597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccbbdf3594a71718d5b87cdf17feef4c8aad86e0;p=thirdparty%2Fapache%2Fhttpd.git Let's see if mod_dumpio gives more ocsp hints.. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896758 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index c2a08eeb22e..03c2e475a40 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.