diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-11-10 23:33:31 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-11-10 23:37:04 +0100 |
commit | b24dd2ca1c5fe66df27b76bc9b5e818623eeb03b (patch) | |
tree | bbe5e72b29db3afe34e4c2ae962a07e790bda433 /source4 | |
parent | a0a31d32126162b7ec6606fa03cb5029e434f58d (diff) | |
download | samba-b24dd2ca1c5fe66df27b76bc9b5e818623eeb03b.tar.gz samba-b24dd2ca1c5fe66df27b76bc9b5e818623eeb03b.tar.xz samba-b24dd2ca1c5fe66df27b76bc9b5e818623eeb03b.zip |
selftesthelper: Fix argument order.
Diffstat (limited to 'source4')
-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") |