]> granicus.if.org Git - pdns/commitdiff
auth: Print the correct pdns.log when the py regression tests fail
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 8 Jan 2019 09:48:41 +0000 (10:48 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 8 Jan 2019 09:48:41 +0000 (10:48 +0100)
build-scripts/travis.sh

index aef0890df9c325a5d5aa26b5dbb13ab8e58cc20d..b2abe2370642e5a645ee2dbeceb7b2f81eaeff6f 100755 (executable)
@@ -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