From: Remi Gacogne Date: Fri, 11 Aug 2017 13:33:50 +0000 (+0200) Subject: rec: Display the content of the testrunner logs in case of failure X-Git-Tag: auth-4.1.0-rc1~15^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5613%2Fhead;p=thirdparty%2Fpdns.git rec: Display the content of the testrunner logs in case of failure --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 51e5500636..c1364b3513 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -534,7 +534,7 @@ test_recursor() { export DNSBULKTEST="/usr/bin/dnsbulktest" export RECCONTROL="${PDNS_RECURSOR_DIR}/bin/rec_control" run "cd pdns/recursordist/pdns-recursor-*" - run "make -j 3 check" + run "make -j 3 check || (cat test-suite.log; false)" run "cd ${TRAVIS_BUILD_DIR}" run "./build-scripts/test-recursor" export RECURSOR="${PDNSRECURSOR}"