summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-01-10 18:13:17 +0000
committerYann Ylavic <ylavic@apache.org>2022-01-10 18:13:17 +0000
commit36936e1e30bde479419941dd9cbd36322defc525 (patch)
tree68dd244f29387d455ede610d30892d1f3dac120f /test
parent78d9aee916aac409987ccd8202068382be1bdfe7 (diff)
downloadhttpd-36936e1e30bde479419941dd9cbd36322defc525.tar.gz
OCSP test should pass now, revert r1896785.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896890 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rwxr-xr-xtest/travis_run_linux.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh
index 443d1a66a7..7e69554180 100755
--- a/test/travis_run_linux.sh
+++ b/test/travis_run_linux.sh
@@ -185,8 +185,7 @@ if ! test -v SKIP_TESTING; then
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
- cat test/perl-framework/t/logs/error_log
+ grep -v ':\(debug\|trace[12345678]\)\]' test/perl-framework/t/logs/error_log
fi
if test -v TEST_CORE -a $RV -eq 0; then