From: Thomas D Date: Sat, 14 Feb 2015 13:31:21 +0000 (+0100) Subject: Show 'modules/remotebackend/test-suite.log' when exists X-Git-Tag: dnsdist-1.0.0-alpha1~285^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2230%2Fhead;p=thirdparty%2Fpdns.git Show 'modules/remotebackend/test-suite.log' when exists This will help us to see what's going on. --- diff --git a/.travis.yml b/.travis.yml index dda32d9e65..2a36b5a964 100644 --- a/.travis.yml +++ b/.travis.yml @@ -95,6 +95,7 @@ script: - make -k install DESTDIR=/tmp/pdns-install-dir - find /tmp/pdns-install-dir -ls - make -j 4 check + - test -f modules/remotebackend/test-suite.log && cat modules/remotebackend/test-suite.log || true - make -k -C pdns $(grep '(EXEEXT):' pdns/Makefile | cut -f1 -d\$ | grep -E -v 'dnsdist|calidns') - cd pdns - make -k -j 4 pdns_recursor