From: Remi Gacogne Date: Tue, 8 Jan 2019 09:48:41 +0000 (+0100) Subject: auth: Print the correct pdns.log when the py regression tests fail X-Git-Tag: rec-4.2.0-alpha1~39^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=005d7627f5b96811c406fa8c5b8ee2fa8de80647;p=pdns auth: Print the correct pdns.log when the py regression tests fail --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index aef0890df..b2abe2370 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -598,7 +598,7 @@ test_auth() { ### Lua rec tests ### run "cd regression-tests.auth-py" - run "./runtests -v || (cat pdns.log; false)" + run "./runtests -v || (cat ./configs/auth/pdns.log; false)" run "cd .." run "rm -f regression-tests/zones/*-slave.*" #FIXME