summaryrefslogtreecommitdiff
path: root/test/travis_run_linux.sh
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-01-06 17:10:07 +0000
committerYann Ylavic <ylavic@apache.org>2022-01-06 17:10:07 +0000
commitccbbdf3594a71718d5b87cdf17feef4c8aad86e0 (patch)
tree760c9bed72aaa030424cb06f367491d6401a715e /test/travis_run_linux.sh
parent6356095571a72d5820c3f7d98f8a4174c8f74611 (diff)
downloadhttpd-ccbbdf3594a71718d5b87cdf17feef4c8aad86e0.tar.gz
Let's see if mod_dumpio gives more ocsp hints..
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896758 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/travis_run_linux.sh')
-rwxr-xr-xtest/travis_run_linux.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh
index c2a08eeb22..03c2e475a4 100755
--- a/test/travis_run_linux.sh
+++ b/test/travis_run_linux.sh
@@ -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.