提交 c939378c 编写于 作者: D Daniel P. Berrangé

travis: remove display of test-suite.log from macOS

We are not running "make check" on macOS, so the commands to cat the
test-suite.log are not useful.
Reviewed-by: NAndrea Bolognani <abologna@redhat.com>
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 a3005a88
......@@ -63,13 +63,7 @@ env:
./autogen.sh --prefix=\$(pwd)/install-root &&
make -j3 &&
make -j3 install &&
make -j3 dist ||
(
echo '=== LOG FILE(S) START ===';
find -name test-suite.log | xargs cat;
echo '=== LOG FILE(S) END ===';
exit 1
)
make -j3 dist
"
notifications:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册