summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-08-08 16:31:31 +0200
committerMichael Adam <obnox@samba.org>2011-08-08 19:18:41 +0200
commit1f77710b0165976615ec840a1ca4b0542e3f6ace (patch)
tree5d3b8e37470615b7ed3ac9fb9baa18349aec730b /source3/selftest
parentdb153f96d2135d773735ea3bea5beca5c894dfb8 (diff)
downloadsamba-1f77710b0165976615ec840a1ca4b0542e3f6ace.tar.gz
samba-1f77710b0165976615ec840a1ca4b0542e3f6ace.tar.bz2
samba-1f77710b0165976615ec840a1ca4b0542e3f6ace.zip
s3:selftest: run the net rpc registry test under "s3dc" instead "s3dc:local".
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Aug 8 19:18:41 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
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"),