From a0a31d32126162b7ec6606fa03cb5029e434f58d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 10 Nov 2011 21:50:38 +0100 Subject: [PATCH] selftest: Make planoldpythontestsuite arguments consistent with planpythontestsuite. --- source4/selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 7f7dad04ccc..f492e1763f0 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: -- 2.34.1