From 1f77710b0165976615ec840a1ca4b0542e3f6ace Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 8 Aug 2011 16:31:31 +0200 Subject: s3:selftest: run the net rpc registry test under "s3dc" instead "s3dc:local". Autobuild-User: Michael Adam Autobuild-Date: Mon Aug 8 19:18:41 CEST 2011 on sn-devel-104 --- source3/selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/selftest') diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index cd0318c3e4..23e4c6e783 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -136,7 +136,7 @@ plantestsuite("samba3.blackbox.net.misc", "s3dc:local", [os.path.join(samba3srcd scriptdir, "$SMB_CONF_PATH", configuration]) plantestsuite("samba3.blackbox.net.local.registry", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_net_registry.sh"), scriptdir, "$SMB_CONF_PATH", configuration]) -plantestsuite("samba3.blackbox.net.rpc.registry", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_net_registry.sh"), +plantestsuite("samba3.blackbox.net.rpc.registry", "s3dc", [os.path.join(samba3srcdir, "script/tests/test_net_registry.sh"), scriptdir, "$SMB_CONF_PATH", configuration, 'rpc']) plantestsuite("samba3.blackbox.net.local.registry.roundtrip", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_net_registry_roundtrip.sh"), -- cgit