From: Yann Ylavic Date: Mon, 10 Jan 2022 18:13:17 +0000 (+0000) Subject: OCSP test should pass now, revert r1896785. X-Git-Tag: 2.5.0-alpha2-ci-test-only~592 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36936e1e30bde479419941dd9cbd36322defc525;p=thirdparty%2Fapache%2Fhttpd.git OCSP test should pass now, revert r1896785. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896890 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index e60220831bf..efe827e85c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -248,7 +248,6 @@ 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 443d1a66a7b..7e69554180f 100755 --- a/test/travis_run_linux.sh +++ b/test/travis_run_linux.sh @@ -185,8 +185,7 @@ 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 - cat test/perl-framework/t/logs/error_log + grep -v ':\(debug\|trace[12345678]\)\]' test/perl-framework/t/logs/error_log fi if test -v TEST_CORE -a $RV -eq 0; then