From ccbbdf3594a71718d5b87cdf17feef4c8aad86e0 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Thu, 6 Jan 2022 17:10:07 +0000 Subject: [PATCH] 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 --- test/travis_run_linux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.47.3