]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Print out pdns/test.log 2391/head
authorAki Tuomi <cmouse@desteem.org>
Mon, 30 Mar 2015 09:10:41 +0000 (12:10 +0300)
committerAki Tuomi <cmouse@desteem.org>
Mon, 30 Mar 2015 09:10:41 +0000 (12:10 +0300)
.travis.yml

index 2a36b5a964ae78c6cb018bec5a2cbdb144d428d2..dbe5da91c8a38a23af694a1715af19715836016f 100644 (file)
@@ -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 pdns/test-suite.log && cat pdns/test-suite.log || true
  - 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