summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-11-10 21:50:38 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-11-10 23:37:04 +0100
commita0a31d32126162b7ec6606fa03cb5029e434f58d (patch)
tree33114bcdc7f734babc17de5879cc83c25210fe15 /source4/selftest
parente0b8af57c43e3fcb0ed9485ac707761a04582a34 (diff)
downloadsamba-a0a31d32126162b7ec6606fa03cb5029e434f58d.tar.gz
samba-a0a31d32126162b7ec6606fa03cb5029e434f58d.tar.bz2
samba-a0a31d32126162b7ec6606fa03cb5029e434f58d.zip
selftest: Make planoldpythontestsuite arguments consistent with planpythontestsuite.
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 7f7dad04cc..f492e1763f 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -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: