summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-11-10 20:20:00 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-11-10 23:37:04 +0100
commita0ed2da1053a15f2b453556952390968d86fa2f2 (patch)
tree3c5712c88c60ac4bf6e79471c9fbcf015a576310 /source4/selftest
parentad40581142ca1e26406b0048b78d43ce54a5a2ff (diff)
downloadsamba-a0ed2da1053a15f2b453556952390968d86fa2f2.tar.gz
samba-a0ed2da1053a15f2b453556952390968d86fa2f2.tar.bz2
samba-a0ed2da1053a15f2b453556952390968d86fa2f2.zip
ldb: Re-apply pyldb fixes from Tridge and Amity, using unittest rather
than samba.tests.
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index c36b6e54fd..f2e7df4ed3 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -395,7 +395,7 @@ def plansambapythontestsuite(name, env, path, module, environ={}, extra_args=[])
args += extra_args
plantestsuite(name, env, args)
-plantestsuite_idlist("ldb.python", "none", [subunitrun, '-D', 'lib/ldb/tests/python', "api"])
+planpythontestsuite("api", "none", name="ldb.python", directory='lib/ldb/tests/python')
planpythontestsuite("none", "samba.tests.credentials")
plantestsuite_idlist("samba.tests.gensec", "dc:local", [subunitrun, "$LISTOPT", '-U"$USERNAME%$PASSWORD"', "samba.tests.gensec"])
planpythontestsuite("none", "samba.tests.registry")