]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
travis: remove display of test-suite.log from macOS
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 27 Mar 2019 11:20:19 +0000 (11:20 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 11 Apr 2019 17:38:56 +0000 (18:38 +0100)
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>
.travis.yml

index 4841ce6a23f03de75cd2d174001588aba4272748..8cf356a8b1f11ba49dee9df59b380f95d3568a06 100644 (file)
@@ -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: