diff options
Diffstat (limited to '')
-rwxr-xr-x | test/travis_run_linux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index 54336aaf3c..83f9869cf1 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 |