mirror of https://gitee.com/openkylin/libvirt.git
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: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
a3005a88ac
commit
c939378cd3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue