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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c112b4e2eea0f8a9d3ce23177226ea16fdcd997;p=pdns 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 dda32d9e6..2a36b5a96 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