From: Yann Ylavic Date: Fri, 7 Jan 2022 10:46:03 +0000 (+0000) Subject: ocsp failure debugging, still. X-Git-Tag: 2.5.0-alpha2-ci-test-only~594 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8fbcf0a408d0e51e4e474415ef8d9095e7e79ed;p=thirdparty%2Fapache%2Fhttpd.git ocsp failure debugging, still. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896785 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index efe827e85c9..e60220831bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 # ------------------------------------------------------------------------- diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index 7e69554180f..443d1a66a7b 100755 --- a/test/travis_run_linux.sh +++ b/test/travis_run_linux.sh @@ -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