diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-11-10 21:50:38 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-11-10 23:37:04 +0100 |
commit | a0a31d32126162b7ec6606fa03cb5029e434f58d (patch) | |
tree | 33114bcdc7f734babc17de5879cc83c25210fe15 /source4 | |
parent | e0b8af57c43e3fcb0ed9485ac707761a04582a34 (diff) | |
download | samba-a0a31d32126162b7ec6606fa03cb5029e434f58d.tar.gz samba-a0a31d32126162b7ec6606fa03cb5029e434f58d.tar.bz2 samba-a0a31d32126162b7ec6606fa03cb5029e434f58d.zip |
selftest: Make planoldpythontestsuite arguments consistent with planpythontestsuite.
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 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: |