diff options
-rwxr-xr-x | source3/selftest/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index cbef215b6c..588cdb3b0e 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -190,6 +190,8 @@ plantestsuite("samba3.blackbox.net.misc", "s3dc:local", [os.path.join(samba3srcd scriptdir, "$SMB_CONF_PATH", binpath('net'), configuration]) plantestsuite("samba3.blackbox.net.local.registry", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_net_registry.sh"), scriptdir, "$SMB_CONF_PATH", binpath('net'), configuration]) +plantestsuite("samba3.blackbox.net.registry.check", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_net_registry_check.sh"), + scriptdir, "$SMB_CONF_PATH", binpath('net'), configuration,binpath('dbwrap_tool')]) plantestsuite("samba3.blackbox.net.rpc.registry", "s3dc", [os.path.join(samba3srcdir, "script/tests/test_net_registry.sh"), scriptdir, "$SMB_CONF_PATH", binpath('net'), configuration, 'rpc']) |