From 005d7627f5b96811c406fa8c5b8ee2fa8de80647 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 8 Jan 2019 10:48:41 +0100 Subject: [PATCH] auth: Print the correct pdns.log when the py 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 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 -- 2.49.0