]> 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 1b33511cca8a3de200c6beffb7550b6de7ce4b50..095d6a8ee0374c0efd605cee4914482a05dbbef5 100755 (executable)
@@ -90,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
@@ -110,10 +106,7 @@ if [ -z "$context" ]; then
 
        ./timestamp ./start-test-stop 5300 tinydns || EXITCODE=1
 
-       cd ../modules/luabackend/test2/
-       ../../../regression-tests/timestamp ./runtest || EXITCODE=1
-
-       cd ../../../regression-tests.nobackend/
+       cd ../regression-tests.nobackend/
 
        ./runtests || EXITCODE=1
 elif [ "$context" = "odbc" ]; then