]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Revert r1896758 and r1896746 (travis debug temporaries). [skip ci]
authorYann Ylavic <ylavic@apache.org>
Thu, 6 Jan 2022 17:16:34 +0000 (17:16 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 6 Jan 2022 17:16:34 +0000 (17:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896759 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 03c2e475a40170064adc9eef8f90fbc897acc229..c2a08eeb22eb0b19961a81492885157117ecea4d 100755 (executable)
@@ -184,9 +184,9 @@ if ! test -v SKIP_TESTING; then
         popd
     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
-    #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
+    fi
 
     if test -v TEST_CORE -a $RV -eq 0; then
         # Run HTTP/2 tests.