From: Remi Gacogne Date: Wed, 29 Nov 2017 11:09:22 +0000 (+0100) Subject: Travis: Display the content of the logs when the auth unit tests fail X-Git-Tag: rec-4.1.0~5^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=488c8611d6a1fd70d570aa1c2b4bed60fed8ff0f;p=pdns Travis: Display the content of the logs when the auth unit tests fail --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index d33e0bc58..0c6dc42ee 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -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"