From 39356761e5b7090851de2e909f471265f94d34be Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 9 Nov 2011 13:10:49 +1100 Subject: test: use planpythontestsuite() for ldb.python test Pair-Programmed-With: Amitay Isaacs --- source4/selftest/tests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 3b0bff1fec..c36b6e54fd 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -395,8 +395,7 @@ def plansambapythontestsuite(name, env, path, module, environ={}, extra_args=[]) args += extra_args plantestsuite(name, env, args) - -plansambapythontestsuite("ldb.python", "none", "%s/lib/ldb/tests/python/" % srcdir(), 'api') +plantestsuite_idlist("ldb.python", "none", [subunitrun, '-D', 'lib/ldb/tests/python', "api"]) 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