]> granicus.if.org Git - pdns/commitdiff
Travis: Display the content of the logs when the auth unit tests fail
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 29 Nov 2017 11:09:22 +0000 (12:09 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 29 Nov 2017 11:09:46 +0000 (12:09 +0100)
build-scripts/travis.sh

index d33e0bc5887b9983e50c7769edf4895575121fdf..0c6dc42ee639aeab7d48d8e57d5445087a882e4c 100755 (executable)
@@ -419,7 +419,7 @@ build_dnsdist(){
 }
 
 test_auth() {
-  run "make -j3 check"
+  run "make -j3 check || (cat pdns/test-suite.log; false)"
   run "test -f pdns/test-suite.log && cat pdns/test-suite.log || true"
   run "test -f modules/remotebackend/test-suite.log && cat modules/remotebackend/test-suite.log || true"