From: Remi Gacogne Date: Wed, 17 Oct 2018 08:19:48 +0000 (+0200) Subject: auth: Print the content of pdns.log when the regression tests fail X-Git-Tag: dnsdist-1.3.3~24^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4aa56919338b217ee04f90d84f8566a27e1e1f6a;p=thirdparty%2Fpdns.git auth: Print the content of pdns.log when the regression tests fail --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 4b9eaa97ad..8d8ebab285 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -595,7 +595,7 @@ test_auth() { ### Lua rec tests ### run "cd regression-tests.auth-py" - run "./runtests" + run "./runtests -v || (cat pdns.log; false)" run "cd .." run "rm -f regression-tests/zones/*-slave.*" #FIXME