summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-02-16 14:48:16 +0100
committerMichael Adam <obnox@samba.org>2011-02-16 16:05:58 +0100
commitc819e3e862f4b159e0f65c732ea093c0b2d67571 (patch)
treea5ef2816e6b4900af5a215adcfcd7ce1755455b0 /source3/selftest
parentae9eca61ebd70d05b4defdfdf43e2d12fd8bb816 (diff)
downloadsamba-c819e3e862f4b159e0f65c732ea093c0b2d67571.tar.gz
samba-c819e3e862f4b159e0f65c732ea093c0b2d67571.tar.bz2
samba-c819e3e862f4b159e0f65c732ea093c0b2d67571.zip
s3:test: run the net.rpc.registry test under "dc" not "dc:local"
There is no need to run it on the rpc server, but it should be run from a remote host. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Feb 16 16:05:58 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.sh b/source3/selftest/tests.sh
index 78d29dbb92..7603602c2f 100755
--- a/source3/selftest/tests.sh
+++ b/source3/selftest/tests.sh
@@ -154,7 +154,7 @@ plantest "blackbox.smbclient_s3.crypt" dc BINDIR="$BINDIR" script/tests/test_smb
plantest "blackbox.net.misc" dc:local BINDIR="$BINDIR" SCRIPTDIR="$SCRIPTDIR" SERVERCONFFILE="\$SMB_CONF_PATH" script/tests/test_net_misc.sh
plantest "blackbox.net.local.registry" dc:local BINDIR="$BINDIR" SCRIPTDIR="$SCRIPTDIR" SERVERCONFFILE="\$SMB_CONF_PATH" script/tests/test_net_registry.sh
-plantest "blackbox.net.rpc.registry" dc:local BINDIR="$BINDIR" SCRIPTDIR="$SCRIPTDIR" SERVERCONFFILE="\$SMB_CONF_PATH" script/tests/test_net_registry.sh rpc
+plantest "blackbox.net.rpc.registry" dc BINDIR="$BINDIR" SCRIPTDIR="$SCRIPTDIR" SERVERCONFFILE="\$SMB_CONF_PATH" script/tests/test_net_registry.sh rpc
plantest "blackbox.net.local.registry.roundtrip" dc:local BINDIR="$BINDIR" SCRIPTDIR="$SCRIPTDIR" SERVERCONFFILE="\$SMB_CONF_PATH" script/tests/test_net_registry_roundtrip.sh
plantest "blackbox.testparm" dc:local LOCAL_PATH="$LOCAL_PATH" BINDIR="$BINDIR" SCRIPTDIR="$SCRIPTDIR" SERVERCONFFILE="\$SMB_CONF_PATH" script/tests/test_testparm_s3.sh