summaryrefslogtreecommitdiff
path: root/test/travis_run_linux.sh
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-01-07 10:46:03 +0000
committerYann Ylavic <ylavic@apache.org>2022-01-07 10:46:03 +0000
commita8fbcf0a408d0e51e4e474415ef8d9095e7e79ed (patch)
tree71ac97a6a9897545909118fabb5b1d8c02bd4d4c /test/travis_run_linux.sh
parentc150d105f05491d7f72cbdb4ae5bb1eb7fd3d7d2 (diff)
downloadhttpd-a8fbcf0a408d0e51e4e474415ef8d9095e7e79ed.tar.gz
ocsp failure debugging, still.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896785 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/travis_run_linux.sh')
-rwxr-xr-xtest/travis_run_linux.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh
index 7e69554180..443d1a66a7 100755
--- a/test/travis_run_linux.sh
+++ b/test/travis_run_linux.sh
@@ -185,7 +185,8 @@ 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
+ #grep -v ':\(debug\|trace[12345678]\)\]' test/perl-framework/t/logs/error_log
+ cat test/perl-framework/t/logs/error_log
fi
if test -v TEST_CORE -a $RV -eq 0; then