summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/tests/python/dirsync.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-11-01 21:08:49 -0700
committerJelmer Vernooij <jelmer@samba.org>2014-11-22 02:23:10 +0100
commit24035a6b3ed5ffdb1e75ebd375c3f7c2129742ff (patch)
treeb7b7c636a58fde0cc89a2c1a9c4a82236ed49a1d /source4/dsdb/tests/python/dirsync.py
parented4c07b34b5571c021684e3df6bf5fc63cde69c5 (diff)
downloadsamba-24035a6b3ed5ffdb1e75ebd375c3f7c2129742ff.tar.gz
samba-24035a6b3ed5ffdb1e75ebd375c3f7c2129742ff.tar.xz
samba-24035a6b3ed5ffdb1e75ebd375c3f7c2129742ff.zip
Move option parsing to samba.tests.subunitrun.
Change-Id: I2939c1b6ebb9739530efa9bc4667668cff7a7aeb Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/tests/python/dirsync.py')
-rwxr-xr-xsource4/dsdb/tests/python/dirsync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/dirsync.py b/source4/dsdb/tests/python/dirsync.py
index 2de77366ec..a480518790 100755
--- a/source4/dsdb/tests/python/dirsync.py
+++ b/source4/dsdb/tests/python/dirsync.py
@@ -702,4 +702,4 @@ if getattr(opts, 'load_list', None):
args.insert(0, "--load-list=%s" % opts.load_list)
-TestProgram(module=__name__, argv=[sys.argv[0]] + args)
+TestProgram(module=__name__)