From 24035a6b3ed5ffdb1e75ebd375c3f7c2129742ff Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 1 Nov 2014 21:08:49 -0700 Subject: Move option parsing to samba.tests.subunitrun. Change-Id: I2939c1b6ebb9739530efa9bc4667668cff7a7aeb Signed-off-by: Jelmer Vernooij Reviewed-by: Andrew Bartlett --- source4/dsdb/tests/python/dirsync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/tests/python/dirsync.py') 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__) -- cgit