提交 cdd86bf3 编写于 作者: B Behdad Esfahbod

[travis] Update cat'ing test-suite.log files

上级 22d8c765
......@@ -20,7 +20,7 @@ matrix:
- ./autogen.sh
- ./configure $CONFIGURE_OPTS --enable-gtk-doc
- make
- make check || (cat */test-suite.log test/*/test-suite.log && false)
- make check || (cat `find -name test-suite.log` && false)
after_success:
- bash .ci/run-coveralls.sh # for coveralls.io code coverage tracking
- bash .ci/deploy-docs.sh
......@@ -31,7 +31,7 @@ matrix:
- ./autogen.sh
- ./configure $CONFIGURE_OPTS
- make
- make check || (cat */test-suite.log test/*/test-suite.log && false)
- make check || (cat `find -name test-suite.log` && false)
- os: osx
compiler: clang
......@@ -47,7 +47,7 @@ matrix:
- ./autogen.sh
- ./configure $CONFIGURE_OPTS --with-coretext
- make
- make check || (cat */test-suite.log test/*/test-suite.log && false)
- make check || (cat `find -name test-suite.log` && false)
notifications:
irc: "irc.freenode.org#harfbuzz"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册