You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2023/03/13 09:34:53 UTC

svn commit: r1908340 - /httpd/httpd/trunk/test/travis_run_linux.sh

Author: jorton
Date: Mon Mar 13 09:34:53 2023
New Revision: 1908340

URL: http://svn.apache.org/viewvc?rev=1908340&view=rev
Log:
Stop dumping error_log on failure, since is is now captured
(at least in theory) as an artefact.

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

Modified: httpd/httpd/trunk/test/travis_run_linux.sh
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/test/travis_run_linux.sh?rev=1908340&r1=1908339&r2=1908340&view=diff
==============================================================================
--- httpd/httpd/trunk/test/travis_run_linux.sh (original)
+++ httpd/httpd/trunk/test/travis_run_linux.sh Mon Mar 13 09:34:53 2023
@@ -181,10 +181,6 @@ 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 -v TEST_CORE -a $RV -eq 0; then
         # Run HTTP/2 tests.
         MPM=event py.test-3 test/modules/core