]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Try to get more perl-framework traces for the ocsp failure on travis.
authorYann Ylavic <ylavic@apache.org>
Thu, 6 Jan 2022 11:45:58 +0000 (11:45 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 6 Jan 2022 11:45:58 +0000 (11:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896746 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml
test/travis_run_linux.sh

index efe827e85c9bcb7095c67846788321b2ddc25e97..e60220831bf91d2816a283c1fbf03c2893a26681 100644 (file)
@@ -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
     # -------------------------------------------------------------------------
index 8a3fce34654c8b659216e6e41e53ef81d0be907b..c2a08eeb22eb0b19961a81492885157117ecea4d 100755 (executable)
@@ -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