From: Joe Orton Date: Mon, 13 Mar 2023 09:34:53 +0000 (+0000) Subject: Stop dumping error_log on failure, since is is now captured X-Git-Tag: 2.5.0-alpha2-ci-test-only~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06af1142a67222711f136f7fc195a011d27a2982;p=thirdparty%2Fapache%2Fhttpd.git Stop dumping error_log on failure, since is is now captured (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 --- diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index 7e4d8557783..1dc64871d48 100755 --- a/test/travis_run_linux.sh +++ b/test/travis_run_linux.sh @@ -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