From 8ea8683f72fbd460507b987ca27a859a8a8da3c0 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 10 Nov 2011 20:24:17 +0100 Subject: selftest: Allow passing arbitrary number of additional python path values. --- 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 f2e7df4ed3..d25f0ddca8 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) -planpythontestsuite("api", "none", name="ldb.python", directory='lib/ldb/tests/python') +planpythontestsuite("api", "none", name="ldb.python", extra_path=['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