From aba49a1f744fb166227fe8e3e2d5e8d2cc1bc8ea Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Sat, 18 Sep 2021 10:59:35 +0000 Subject: [PATCH] ci: show non-traceX logs only. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893411 13f79535-47bb-0310-9956-ffa450edef68 --- test/travis_run_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3