From 8cce0396252fa8d993814fd0102c1d593eadc243 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Mon, 21 Aug 2017 17:25:27 +0200 Subject: [PATCH] auth: hook up luabackend test --- build-scripts/test-auth | 5 ++++- build-scripts/travis.sh | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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" -- 2.47.2