Mailing List Archive

svn commit: r1893411 - /httpd/httpd/trunk/test/travis_run_linux.sh
Author: ylavic
Date: Sat Sep 18 10:59:35 2021
New Revision: 1893411

URL: http://svn.apache.org/viewvc?rev=1893411&view=rev
Log:
ci: show non-traceX logs only.

Modified:
httpd/httpd/trunk/test/travis_run_linux.sh

Modified: httpd/httpd/trunk/test/travis_run_linux.sh
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/test/travis_run_linux.sh?rev=1893411&r1=1893410&r2=1893411&view=diff
==============================================================================
--- httpd/httpd/trunk/test/travis_run_linux.sh (original)
+++ httpd/httpd/trunk/test/travis_run_linux.sh Sat Sep 18 10:59:35 2021
@@ -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