diff options
-rwxr-xr-x | source4/selftest/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index f492e1763f..4e6ce3defe 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -399,7 +399,7 @@ def planoldpythontestsuite(env, module, name=None, extra_path=[], environ={}, ex name = module plantestsuite(name, env, args) -planpythontestsuite("api", "none", name="ldb.python", extra_path=['lib/ldb/tests/python']) +planpythontestsuite("none", "api", name="ldb.python", extra_path=['lib/ldb/tests/python']) planpythontestsuite("none", "samba.tests.credentials") planoldpythontestsuite("dc:local", "samba.tests.gensec", extra_args=['-U"$USERNAME%$PASSWORD"']) planpythontestsuite("none", "samba.tests.registry") |