From: Yann Ylavic Date: Sat, 18 Sep 2021 11:25:00 +0000 (+0000) Subject: ci: show >debug logs only. X-Git-Tag: 2.5.0-alpha2-ci-test-only~803 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=363472acfd97c84b82313dc69861647a1c991fb3;p=thirdparty%2Fapache%2Fhttpd.git ci: show >debug logs only. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893414 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index 5e94284a95b..2a1f7f1a7d5 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