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