summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-11-10 23:33:31 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-11-10 23:37:04 +0100
commitb24dd2ca1c5fe66df27b76bc9b5e818623eeb03b (patch)
treebbe5e72b29db3afe34e4c2ae962a07e790bda433 /source4/selftest
parenta0a31d32126162b7ec6606fa03cb5029e434f58d (diff)
downloadsamba-b24dd2ca1c5fe66df27b76bc9b5e818623eeb03b.tar.gz
samba-b24dd2ca1c5fe66df27b76bc9b5e818623eeb03b.tar.bz2
samba-b24dd2ca1c5fe66df27b76bc9b5e818623eeb03b.zip
selftesthelper: Fix argument order.
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py2
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")