diff options
author | Rafael H. Schloming <rhs@apache.org> | 2008-12-06 16:17:26 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2008-12-06 16:17:26 +0000 |
commit | 2ff8f997ccbfbda91b8755fa404f991fe5af8642 (patch) | |
tree | eed0686425b2afcbf07225e5afe8d92965636038 /python/qpid/testlib.py | |
parent | beeca1c69ea040c8773e75e05a58c6476b7b7d36 (diff) | |
download | qpid-python-2ff8f997ccbfbda91b8755fa404f991fe5af8642.tar.gz |
QPID-691: fixed a typo in getopt args
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@724003 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/testlib.py')
-rw-r--r-- | python/qpid/testlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/testlib.py b/python/qpid/testlib.py index bed0d10198..31f52169ae 100644 --- a/python/qpid/testlib.py +++ b/python/qpid/testlib.py @@ -123,7 +123,7 @@ Options: try: opts, self.tests = getopt(args, "s:e:b:h?dvSi:I:F:", - ["help", "spec", "errata=", "server", + ["help", "spec", "errata=", "broker=", "verbose", "skip-self-test", "ignore", "ignore-file", "spec-folder"]) except GetoptError, e: |