diff options
-rw-r--r-- | selftest/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", |