From: Joe Orton Date: Tue, 9 Jun 2020 09:57:09 +0000 (+0000) Subject: Tail more error_log for failed test suite runs in Travis. [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~1393 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83e7e820cf8bfa2abff54a6c6ec8666506265b4e;p=thirdparty%2Fapache%2Fhttpd.git Tail more error_log for failed test suite runs in Travis. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878654 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index 54336aaf3cd..83f9869cf15 100755 --- a/test/travis_run_linux.sh +++ b/test/travis_run_linux.sh @@ -91,7 +91,7 @@ if ! test -v SKIP_TESTING; then fi if test $RV -ne 0 -a -r test/perl-framework/t/logs/error_log; then - tail test/perl-framework/t/logs/error_log + tail -n200 test/perl-framework/t/logs/error_log fi exit $RV