From: Dmitry V. Levin Date: Thu, 13 Apr 2017 04:43:46 +0000 (+0000) Subject: travis: copy coverage test suite log to the travis log X-Git-Tag: v4.17~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a3bb911c75699c8ec54f9b495fe97fea1d5777f;p=strace travis: copy coverage test suite log to the travis log * travis-build.sh (coverage): Print tests*/test-suite.log and tests*/ksysent.log. --- diff --git a/travis-build.sh b/travis-build.sh index cf971516..0f096e6c 100755 --- a/travis-build.sh +++ b/travis-build.sh @@ -49,6 +49,9 @@ case "${CHECK-}" in make -k $j all VERBOSE=${VERBOSE-} make -k $j check VERBOSE=${VERBOSE-} codecov --gcov-args=-abcp ||: + echo 'BEGIN OF TEST SUITE INFORMATION' + tail -n 99999 -- tests*/test-suite.log tests*/ksysent.log + echo 'END OF TEST SUITE INFORMATION' ;; *) make -k $j distcheck VERBOSE=${VERBOSE-}