]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ci: show non-traceX logs only.
authorYann Ylavic <ylavic@apache.org>
Sat, 18 Sep 2021 10:59:35 +0000 (10:59 +0000)
committerYann Ylavic <ylavic@apache.org>
Sat, 18 Sep 2021 10:59:35 +0000 (10:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893411 13f79535-47bb-0310-9956-ffa450edef68

test/travis_run_linux.sh

index a9803fe3da6f5b8a1cc4cea2d7005520674d99f0..5e94284a95b8252bf32b3bc49c5dd31df08885e9 100755 (executable)
@@ -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