]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Tail more error_log for failed test suite runs in Travis. [skip ci]
authorJoe Orton <jorton@apache.org>
Tue, 9 Jun 2020 09:57:09 +0000 (09:57 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 9 Jun 2020 09:57:09 +0000 (09:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878654 13f79535-47bb-0310-9956-ffa450edef68

test/travis_run_linux.sh

index 54336aaf3cd20197ca4e4a9b2db604b91c65255d..83f9869cf15a7cbeac06b49433d9345db9581c25 100755 (executable)
@@ -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