mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
selftesthelper: Fix argument order.
This commit is contained in:
parent
a0a31d3212
commit
b24dd2ca1c
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user