]> granicus.if.org Git - strace/commitdiff
travis: copy coverage test suite log to the travis log
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 13 Apr 2017 04:43:46 +0000 (04:43 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 13 Apr 2017 04:43:46 +0000 (04:43 +0000)
* travis-build.sh (coverage): Print tests*/test-suite.log
and tests*/ksysent.log.

travis-build.sh

index cf9715162428e96c1707db0c79003cd7358b4837..0f096e6c7d6742925adc1c3a3a088e72c7b5ef17 100755 (executable)
@@ -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-}