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

test/travis_run_linux.sh

index 5e94284a95b8252bf32b3bc49c5dd31df08885e9..2a1f7f1a7d5518619923aa163b56752d2e1c80db 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
-        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