summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-10-08 10:58:54 +1300
committerAndrew Bartlett <abartlet@samba.org>2014-10-17 12:57:06 +0200
commit72687b19dc4554d793651db399f16fc615b7efee (patch)
tree10ce4fcf33df343f504705ad2fb4eeb9792130b8 /selftest/tests.py
parent022f1ca7fc2b3bea9d86c26d2ed275e828acae8b (diff)
downloadsamba-72687b19dc4554d793651db399f16fc615b7efee.tar.gz
selftest: Run samba.tests.messaging in an environment where it has servers to list
The previous code would run on empty databases. Andrew Bartlett Change-Id: I8f8e736b9ad475b5b3d10e32834450c76edc5ca2 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 7191fabbab2..e83b2362819 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -56,7 +56,7 @@ planpythontestsuite("none", "samba.tests.netcmd")
planpythontestsuite("none", "samba.tests.dcerpc.rpc_talloc")
planpythontestsuite("none", "samba.tests.samdb")
planpythontestsuite("none", "samba.tests.hostconfig")
-planpythontestsuite("none", "samba.tests.messaging")
+planpythontestsuite("dc:local", "samba.tests.messaging")
planpythontestsuite("none", "samba.tests.samba3sam")
planpythontestsuite(
"none", "wafsamba.tests.test_suite",