From 4aa56919338b217ee04f90d84f8566a27e1e1f6a Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 17 Oct 2018 10:19:48 +0200 Subject: [PATCH] auth: Print the content of pdns.log when the regression tests fail --- build-scripts/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2