diff options
Diffstat (limited to 'source4/scripting/swig/torture/pytorture')
-rwxr-xr-x | source4/scripting/swig/torture/pytorture | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/swig/torture/pytorture b/source4/scripting/swig/torture/pytorture index fd4a92eeb4..e0123447e8 100755 --- a/source4/scripting/swig/torture/pytorture +++ b/source4/scripting/swig/torture/pytorture @@ -48,4 +48,4 @@ for test in args: if not hasattr(module, 'runtests'): print 'Module "%s" does not have a runtests function' % test - module.runtests(binding, domain, username, password) + module.runtests(binding, (domain, username, password)) |