summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2023-03-13 09:34:53 +0000
committerJoe Orton <jorton@apache.org>2023-03-13 09:34:53 +0000
commit06af1142a67222711f136f7fc195a011d27a2982 (patch)
tree0078a9ed62f12b9e185f98e95895fe9868ddf709 /test
parent45e6c135b4372c2eedb72d84ded0019b0b1403f6 (diff)
downloadhttpd-06af1142a67222711f136f7fc195a011d27a2982.tar.gz
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
Diffstat (limited to 'test')
-rwxr-xr-xtest/travis_run_linux.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh
index 7e4d855778..1dc64871d4 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