]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: hook up luabackend test 5636/head
authorKees Monshouwer <mind04@monshouwer.org>
Mon, 21 Aug 2017 15:25:27 +0000 (17:25 +0200)
committermind04 <mind04@monshouwer.org>
Mon, 21 Aug 2017 16:24:02 +0000 (18:24 +0200)
build-scripts/test-auth
build-scripts/travis.sh

index b2f1a36630bf96a693da93a05626b890192d0b50..e0ddf7724c6448da6a66c1e93f42bf54173840b0 100755 (executable)
@@ -108,7 +108,10 @@ if [ -z "$context" ]; then
 
        ./timestamp ./start-test-stop 5300 tinydns || EXITCODE=1
 
-       cd ../regression-tests.nobackend/
+       cd ../modules/luabackend/test2/
+       ../../../regression-tests/timestamp ./runtest || EXITCODE=1
+
+       cd ../../../regression-tests.nobackend/
 
        ./runtests || EXITCODE=1
 elif [ "$context" = "odbc" ]; then
index 51e55006365dbdfe9611b6815033e2ca0d1f865e..47d07ad78efc2df8d56a547a82246de1859c8d5e 100755 (executable)
@@ -485,7 +485,10 @@ test_auth() {
 
   run "rm tests/ent-asterisk/fail.nsec"
 
-  run "cd .."
+  run "cd ../modules/luabackend/test2"
+  run "../../../regression-tests/timestamp ./runtest"
+
+  run "cd ../../.."
 
   run "cd regression-tests.rootzone"
   run "./timestamp ./start-test-stop 5300 bind-both"