summaryrefslogtreecommitdiff
path: root/test/travis_run_linux.sh
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2021-09-18 11:25:00 +0000
committerYann Ylavic <ylavic@apache.org>2021-09-18 11:25:00 +0000
commit363472acfd97c84b82313dc69861647a1c991fb3 (patch)
tree97fd72be003f52473fdb67c75c1580f3c7958fb3 /test/travis_run_linux.sh
parentfac88add451ef5ddebb92fc9f4f5676bec3cffa3 (diff)
downloadhttpd-363472acfd97c84b82313dc69861647a1c991fb3.tar.gz
ci: show >debug logs only.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893414 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 5e94284a95..2a1f7f1a7d 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
- grep -v ':trace[12345678]\]' test/perl-framework/t/logs/error_log
+ grep -v ':\(debug\|trace[12345678]\)\]' test/perl-framework/t/logs/error_log
fi
if test -v TEST_H2 -a $RV -eq 0; then