From a0ed2da1053a15f2b453556952390968d86fa2f2 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 10 Nov 2011 20:20:00 +0100 Subject: ldb: Re-apply pyldb fixes from Tridge and Amity, using unittest rather than samba.tests. --- source4/selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/selftest') 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") -- cgit