]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Stop dumping error_log on failure, since is is now captured
authorJoe Orton <jorton@apache.org>
Mon, 13 Mar 2023 09:34:53 +0000 (09:34 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 13 Mar 2023 09:34:53 +0000 (09:34 +0000)
(at least in theory) as an artefact.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908340 13f79535-47bb-0310-9956-ffa450edef68

test/travis_run_linux.sh

index 7e4d855778390d36630fd56599efe46b9405e538..1dc64871d48b64e61e34ba77a6949549be01d9a0 100755 (executable)
@@ -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