1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

s4:speedtest.py - fix script name in the help text

This commit is contained in:
Matthias Dieter Wallnöfer
2010-11-10 13:37:46 +01:00
parent ed1ca1c49e
commit 0a29e552cb

View File

@ -29,8 +29,8 @@ from decimal import Decimal
sys.path.append("bin/python")
import samba
samba.ensure_external_module("subunit", "subunit/python")
samba.ensure_external_module("testtools", "testtools")
samba.ensure_external_module("subunit", "subunit/python")
import samba.getopt as options
@ -48,7 +48,7 @@ import samba.tests
from subunit.run import SubunitTestRunner
import unittest
parser = optparse.OptionParser("speedtest [options] <host>")
parser = optparse.OptionParser("speedtest.py [options] <host>")
sambaopts = options.SambaOptions(parser)
parser.add_option_group(sambaopts)
parser.add_option_group(options.VersionOptions(parser))