]> granicus.if.org Git - pdns/commitdiff
auth: Print the content of pdns.log when the regression tests fail
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 17 Oct 2018 08:19:48 +0000 (10:19 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 17 Oct 2018 08:19:48 +0000 (10:19 +0200)
build-scripts/travis.sh

index 4b9eaa97ad479c56e5549e49f99a768839fe0cce..8d8ebab285660e6f97ac4a43a30bc9c5e9c7392e 100755 (executable)
@@ -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