diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-10 13:35:30 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-11 09:12:24 +0100 |
commit | cc7f390bf940a2f009e16c3811e38424d62ca2dd (patch) | |
tree | f6856ec1bd6b6065f3ff5d52abe8e94737781d1d /source4 | |
parent | ee50bdd42f01bfcebb2e75a923a01fa1d18e5694 (diff) | |
download | samba-cc7f390bf940a2f009e16c3811e38424d62ca2dd.tar.gz samba-cc7f390bf940a2f009e16c3811e38424d62ca2dd.tar.bz2 samba-cc7f390bf940a2f009e16c3811e38424d62ca2dd.zip |
s4:python tests - fix script names in the help text
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/dsdb/tests/python/acl.py | 2 | ||||
-rwxr-xr-x | source4/dsdb/tests/python/ldap_schema.py | 2 | ||||
-rwxr-xr-x | source4/dsdb/tests/python/passwords.py | 2 | ||||
-rwxr-xr-x | source4/dsdb/tests/python/sec_descriptor.py | 2 | ||||
-rwxr-xr-x | source4/dsdb/tests/python/urgent_replication.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/source4/dsdb/tests/python/acl.py b/source4/dsdb/tests/python/acl.py index 5d6ce25248..aaf68b5c03 100755 --- a/source4/dsdb/tests/python/acl.py +++ b/source4/dsdb/tests/python/acl.py @@ -32,7 +32,7 @@ import samba.tests from subunit.run import SubunitTestRunner import unittest -parser = optparse.OptionParser("ldap [options] <host>") +parser = optparse.OptionParser("acl.py [options] <host>") sambaopts = options.SambaOptions(parser) parser.add_option_group(sambaopts) parser.add_option_group(options.VersionOptions(parser)) diff --git a/source4/dsdb/tests/python/ldap_schema.py b/source4/dsdb/tests/python/ldap_schema.py index f99a8405cf..77dd6cc25a 100755 --- a/source4/dsdb/tests/python/ldap_schema.py +++ b/source4/dsdb/tests/python/ldap_schema.py @@ -28,7 +28,7 @@ from samba.dsdb import DS_DOMAIN_FUNCTION_2003 from subunit.run import SubunitTestRunner import unittest -parser = optparse.OptionParser("ldap [options] <host>") +parser = optparse.OptionParser("ldap_schema.py [options] <host>") sambaopts = options.SambaOptions(parser) parser.add_option_group(sambaopts) parser.add_option_group(options.VersionOptions(parser)) diff --git a/source4/dsdb/tests/python/passwords.py b/source4/dsdb/tests/python/passwords.py index bb2fbd5452..869c4a0524 100755 --- a/source4/dsdb/tests/python/passwords.py +++ b/source4/dsdb/tests/python/passwords.py @@ -35,7 +35,7 @@ import samba.tests from subunit.run import SubunitTestRunner import unittest -parser = optparse.OptionParser("passwords [options] <host>") +parser = optparse.OptionParser("passwords.py [options] <host>") sambaopts = options.SambaOptions(parser) parser.add_option_group(sambaopts) parser.add_option_group(options.VersionOptions(parser)) diff --git a/source4/dsdb/tests/python/sec_descriptor.py b/source4/dsdb/tests/python/sec_descriptor.py index 55a67dde82..557d907d18 100755 --- a/source4/dsdb/tests/python/sec_descriptor.py +++ b/source4/dsdb/tests/python/sec_descriptor.py @@ -33,7 +33,7 @@ from subunit.run import SubunitTestRunner import samba.tests import unittest -parser = optparse.OptionParser("sec_descriptor [options] <host>") +parser = optparse.OptionParser("sec_descriptor.py [options] <host>") sambaopts = options.SambaOptions(parser) parser.add_option_group(sambaopts) parser.add_option_group(options.VersionOptions(parser)) diff --git a/source4/dsdb/tests/python/urgent_replication.py b/source4/dsdb/tests/python/urgent_replication.py index be0b0b0062..2ab8c5422e 100755 --- a/source4/dsdb/tests/python/urgent_replication.py +++ b/source4/dsdb/tests/python/urgent_replication.py @@ -22,7 +22,7 @@ import samba.dsdb as dsdb from subunit.run import SubunitTestRunner import unittest -parser = optparse.OptionParser("urgent_replication [options] <host>") +parser = optparse.OptionParser("urgent_replication.py [options] <host>") sambaopts = options.SambaOptions(parser) parser.add_option_group(sambaopts) parser.add_option_group(options.VersionOptions(parser)) |