diff options
Diffstat (limited to 'test/travis_run_linux.sh')
-rwxr-xr-x | test/travis_run_linux.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index 7e69554180..443d1a66a7 100755 --- a/test/travis_run_linux.sh +++ b/test/travis_run_linux.sh @@ -185,7 +185,8 @@ if ! test -v SKIP_TESTING; then fi if test $RV -ne 0 && test -f test/perl-framework/t/logs/error_log; then - grep -v ':\(debug\|trace[12345678]\)\]' test/perl-framework/t/logs/error_log + #grep -v ':\(debug\|trace[12345678]\)\]' test/perl-framework/t/logs/error_log + cat test/perl-framework/t/logs/error_log fi if test -v TEST_CORE -a $RV -eq 0; then |