From: Yann Ylavic Date: Thu, 6 Jan 2022 11:45:58 +0000 (+0000) Subject: Try to get more perl-framework traces for the ocsp failure on travis. X-Git-Tag: 2.5.0-alpha2-ci-test-only~598 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6356095571a72d5820c3f7d98f8a4174c8f74611;p=thirdparty%2Fapache%2Fhttpd.git Try to get more perl-framework traces for the ocsp failure on travis. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896746 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 8a3fce34654..c2a08eeb22e 100755 --- a/test/travis_run_linux.sh +++ b/test/travis_run_linux.sh @@ -116,7 +116,7 @@ if ! test -v SKIP_TESTING; then sudo sysctl -w kernel.core_uses_pid=1 2>/dev/null || true if ! test -v NO_TEST_FRAMEWORK; then - if ! test -v TEST_OPENSSL3; then + if ! test -v TEST_OPENSSL3 -o -v TESTS; then #### this test started failing in Dec 2021 for unknown reasons rm -f test/perl-framework/t/ssl/ocsp.t fi