[libvirt] [PATCH v4 4/7] travis: remove display of test-suite.log from macOS

Daniel P. Berrangé berrange at redhat.com
Wed Apr 3 10:41:45 UTC 2019


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 at redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 .travis.yml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 47757ccfc9..1528121dd3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,14 +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:
   irc:
-- 
2.20.1




More information about the libvir-list mailing list