From 56f2f76166def8e06f7ceade98ccb00b72999443 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Baumbach?= Date: Wed, 9 Nov 2011 13:19:22 +0100 Subject: [PATCH] s3-selftest: Add samba3.blackbox.net.registry.check to test list Signed-off-by: Michael Adam --- source3/selftest/tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index cbef215b6c1..588cdb3b0e3 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']) -- 2.11.4.GIT