]> granicus.if.org Git - pdns/commitdiff
add lua rec tests to travis build
authorCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Mon, 16 Apr 2018 15:39:10 +0000 (17:39 +0200)
committerCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Mon, 16 Apr 2018 15:39:10 +0000 (17:39 +0200)
build-scripts/travis.sh

index e27b07bc2a1e24d62080e4c109502f15787ab45c..f7d8f549e9b9eb112b80b5c877f9ed6ce3a7cc1c 100755 (executable)
@@ -551,6 +551,11 @@ test_auth() {
   run "test ! -s ./failed_tests"
   run "cd .."
 
+  ### Lua rec tests ###
+  run "cd regression-tests.auth-py"
+  run "./runtests"
+  run "cd .."
+
   run "rm -f regression-tests/zones/*-slave.*" #FIXME
 }