From: Kees Monshouwer Date: Mon, 21 Aug 2017 15:25:27 +0000 (+0200) Subject: auth: hook up luabackend test X-Git-Tag: auth-4.1.0-rc1~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5636%2Fhead;p=thirdparty%2Fpdns.git auth: hook up luabackend test --- diff --git a/build-scripts/test-auth b/build-scripts/test-auth index b2f1a36630..e0ddf7724c 100755 --- a/build-scripts/test-auth +++ b/build-scripts/test-auth @@ -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 diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 51e5500636..47d07ad78e 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -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"