summaryrefslogtreecommitdiff
path: root/test/travis_run_linux.sh
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2021-09-18 10:59:35 +0000
committerYann Ylavic <ylavic@apache.org>2021-09-18 10:59:35 +0000
commitaba49a1f744fb166227fe8e3e2d5e8d2cc1bc8ea (patch)
tree0d4965d4adddc35f3d8d875bf1452a43d4529f7c /test/travis_run_linux.sh
parent58910e2b87a4ab3e8d6dec0b06a9f7747be1ed8b (diff)
downloadhttpd-aba49a1f744fb166227fe8e3e2d5e8d2cc1bc8ea.tar.gz
ci: show non-traceX logs only.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/travis_run_linux.sh')
-rwxr-xr-xtest/travis_run_linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh
index a9803fe3da..5e94284a95 100755
--- a/test/travis_run_linux.sh
+++ b/test/travis_run_linux.sh
@@ -154,7 +154,7 @@ if ! test -v SKIP_TESTING; then
fi
if test $RV -ne 0 && test -f test/perl-framework/t/logs/error_log; then
- cat test/perl-framework/t/logs/error_log
+ grep -v ':trace[12345678]\]' test/perl-framework/t/logs/error_log
fi
if test -v TEST_H2 -a $RV -eq 0; then