travis: copy coverage test suite log to the travis log

* travis-build.sh (coverage): Print tests*/test-suite.log
and tests*/ksysent.log.
This commit is contained in:
Дмитрий Левин 2017-04-13 04:43:46 +00:00
parent ffe3df1a4d
commit 0a3bb911c7

View File

@ -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-}