You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2022/01/07 10:46:04 UTC

svn commit: r1896785 - in /httpd/httpd/trunk: .travis.yml test/travis_run_linux.sh

Author: ylavic
Date: Fri Jan  7 10:46:03 2022
New Revision: 1896785

URL: http://svn.apache.org/viewvc?rev=1896785&view=rev
Log:
ocsp failure debugging, still.

Modified:
    httpd/httpd/trunk/.travis.yml
    httpd/httpd/trunk/test/travis_run_linux.sh

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1896785&r1=1896784&r2=1896785&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Fri Jan  7 10:46:03 2022
@@ -248,6 +248,7 @@ jobs:
       env: APR_VERSION=1.7.x APR_CONFIG="--enable-pool-debug"
            APU_VERSION=1.7.x APU_CONFIG="--with-crypto --with-ldap"
            CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all --with-mpm=event"
+           TESTS="t/ssl/ocsp.t" TEST_ARGS="-verbose -trace=debug"
            TEST_MALLOC=1 TEST_SSL=1
            CLEAR_CACHE=1
     # -------------------------------------------------------------------------

Modified: httpd/httpd/trunk/test/travis_run_linux.sh
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/test/travis_run_linux.sh?rev=1896785&r1=1896784&r2=1896785&view=diff
==============================================================================
--- httpd/httpd/trunk/test/travis_run_linux.sh (original)
+++ httpd/httpd/trunk/test/travis_run_linux.sh Fri Jan  7 10:46:03 2022
@@ -185,7 +185,8 @@ if ! test -v SKIP_TESTING; then
     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
+        #grep -v ':\(debug\|trace[12345678]\)\]' test/perl-framework/t/logs/error_log
+        cat test/perl-framework/t/logs/error_log
     fi
 
     if test -v TEST_CORE -a $RV -eq 0; then