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

Andrea Bolognani abologna at redhat.com
Wed Apr 10 11:03:32 UTC 2019


On Wed, 2019-04-03 at 11:41 +0100, Daniel P. Berrangé wrote:
[...]
>          ./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"

Woops, you should not be removing that double quote, as the entire
script is stored inside an environment variable! Please make sure to
fix that before pushing.

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list