]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Let's see if mod_dumpio gives more ocsp hints..
authorYann Ylavic <ylavic@apache.org>
Thu, 6 Jan 2022 17:10:07 +0000 (17:10 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 6 Jan 2022 17:10:07 +0000 (17:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896758 13f79535-47bb-0310-9956-ffa450edef68

test/travis_run_linux.sh

index c2a08eeb22eb0b19961a81492885157117ecea4d..03c2e475a40170064adc9eef8f90fbc897acc229 100755 (executable)
@@ -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.