From: Daniel P. Berrangé Date: Wed, 27 Mar 2019 11:20:19 +0000 (+0000) Subject: travis: remove display of test-suite.log from macOS X-Git-Tag: v5.3.0-rc1~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c939378cd38e1f938c70196e822aee75c79f6e5c;p=thirdparty%2Flibvirt.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 Signed-off-by: Daniel P. Berrangé --- diff --git a/.travis.yml b/.travis.yml index 4841ce6a23..8cf356a8b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: