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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6020%2Fhead;p=thirdparty%2Fpdns.git 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 d33e0bc588..0c6dc42ee6 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"