You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2022/01/06 17:16:34 UTC

svn commit: r1896759 - in /httpd/httpd/trunk: .travis.yml test/travis_run_linux.sh

Author: ylavic
Date: Thu Jan  6 17:16:34 2022
New Revision: 1896759

URL: http://svn.apache.org/viewvc?rev=1896759&view=rev
Log:
Revert r1896758 and r1896746 (travis debug temporaries). [skip ci]

Modified:
    httpd/httpd/trunk/.travis.yml
    httpd/httpd/trunk/test/travis_run_linux.sh

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1896759&r1=1896758&r2=1896759&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Thu Jan  6 17:16:34 2022
@@ -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
     # -------------------------------------------------------------------------

Modified: httpd/httpd/trunk/test/travis_run_linux.sh
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/test/travis_run_linux.sh?rev=1896759&r1=1896758&r2=1896759&view=diff
==============================================================================
--- httpd/httpd/trunk/test/travis_run_linux.sh (original)
+++ httpd/httpd/trunk/test/travis_run_linux.sh Thu Jan  6 17:16:34 2022
@@ -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.