]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
OCSP test should pass now, revert r1896785.
authorYann Ylavic <ylavic@apache.org>
Mon, 10 Jan 2022 18:13:17 +0000 (18:13 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 10 Jan 2022 18:13:17 +0000 (18:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896890 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml
test/travis_run_linux.sh

index e60220831bf91d2816a283c1fbf03c2893a26681..efe827e85c9bcb7095c67846788321b2ddc25e97 100644 (file)
@@ -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
     # -------------------------------------------------------------------------
index 443d1a66a7bb6df13f88c72dc207a1373e902809..7e69554180fff900002feb77eeff83b6d49f5bbb 100755 (executable)
@@ -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