From 8c112b4e2eea0f8a9d3ce23177226ea16fdcd997 Mon Sep 17 00:00:00 2001 From: Thomas D Date: Sat, 14 Feb 2015 14:31:21 +0100 Subject: [PATCH] Show 'modules/remotebackend/test-suite.log' when exists This will help us to see what's going on. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0