Re: [libvirt] [PATCH 4/4] travis: run 'make install' during build tests

2018-02-27 Thread Andrea Bolognani
On Tue, 2018-02-27 at 15:44 +, Daniel P. Berrangé wrote: > > > script: > > ># Many unit tests still fail on macOS, and there are a bunch of issues > > > with > > ># syntax-check as well, so skip those steps on that platform for now > > > - - make -j3 && if [ "$TRAVIS_OS_NAME" !=

Re: [libvirt] [PATCH 4/4] travis: run 'make install' during build tests

2018-02-27 Thread Daniel P . Berrangé
On Tue, Feb 27, 2018 at 04:23:01PM +0100, Andrea Bolognani wrote: > On Fri, 2018-02-23 at 12:01 +, Daniel P. Berrangé wrote: > > Running 'make install' is important to catch some VPATH problems > > > > Signed-off-by: Daniel P. Berrangé > > --- > > .travis.yml | 4 ++-- >

Re: [libvirt] [PATCH 4/4] travis: run 'make install' during build tests

2018-02-27 Thread Andrea Bolognani
On Fri, 2018-02-23 at 12:01 +, Daniel P. Berrangé wrote: > Running 'make install' is important to catch some VPATH problems > > Signed-off-by: Daniel P. Berrangé > --- > .travis.yml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

[libvirt] [PATCH 4/4] travis: run 'make install' during build tests

2018-02-23 Thread Daniel P . Berrangé
Running 'make install' is important to catch some VPATH problems Signed-off-by: Daniel P. Berrangé --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0328fcb8f1..61f0e38d40 100644 --- a/.travis.yml +++