1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

selftest: Make planoldpythontestsuite arguments consistent with planpythontestsuite.

This commit is contained in:
Jelmer Vernooij 2011-11-10 21:50:38 +01:00
parent e0b8af57c4
commit a0a31d3212

View File

@ -387,7 +387,7 @@ else:
skiptestsuite("samba4.nss.test using winbind(s4member)", "nsstest not available")
subunitrun = valgrindify(python) + " " + os.path.join(samba4srcdir, "scripting/bin/subunitrun")
def planoldpythontestsuite(module, env, name=None, extra_path=[], environ={}, extra_args=[]):
def planoldpythontestsuite(env, module, name=None, extra_path=[], environ={}, extra_args=[]):
environ = dict(environ)
py_path = list(extra_path)
if py_path: