From 72687b19dc4554d793651db399f16fc615b7efee Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 8 Oct 2014 10:58:54 +1300 Subject: 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 Reviewed-by: Stefan Metzmacher --- selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selftest/tests.py b/selftest/tests.py index 7191fabbab..e83b236281 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", -- cgit