]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - build-scripts/test-auth
Merge pull request #8855 from rgacogne/ddist-typo-console-getdnscryptbindcount
[thirdparty/pdns.git] / build-scripts / test-auth
index aa2e5e06929e303b338802641a8ee210d8e3ef47..095d6a8ee0374c0efd605cee4914482a05dbbef5 100755 (executable)
@@ -22,6 +22,7 @@ export NSEC3DIG=/usr/bin/nsec3dig
 export NOTIFY=/usr/bin/pdns_notify
 export SAXFR=/usr/bin/saxfr
 export ZONE2SQL=/usr/bin/zone2sql
+export ZONE2JSON=/usr/bin/zone2json
 export PDNSUTIL=/usr/bin/pdnsutil
 export PDNSCONTROL=/usr/bin/pdns_control
 
@@ -89,10 +90,6 @@ if [ -z "$context" ]; then
        ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-optout-both || EXITCODE=1
        ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-narrow || EXITCODE=1
 
-       ./timestamp ./start-test-stop 5300 mydns || EXITCODE=1
-
-       ./timestamp ./start-test-stop 5300 opendbx-sqlite3 || EXITCODE=1
-
        ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-pipe || EXITCODE=1
        ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-pipe-dnssec || EXITCODE=1
        ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-unix || EXITCODE=1
@@ -100,6 +97,8 @@ if [ -z "$context" ]; then
        ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-http || EXITCODE=1
        ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-http-dnssec || EXITCODE=1
 
+       ./timestamp timeout 120s ./start-test-stop 5300 lua2
+       ./timestamp timeout 120s ./start-test-stop 5300 lua2-dnssec
 
        # No 0MQ in the PowerDNS packages
        #./timestamp timeout 120s ./start-test-stop 5300 remotebackend-zeromq || EXITCODE=1