summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-12-06 16:17:26 +0000
committerRafael H. Schloming <rhs@apache.org>2008-12-06 16:17:26 +0000
commit839d13cc613be929fdc01aecb62f0666c91cb3e5 (patch)
tree04f367ba14a8a7b1088cc0b30b7546b71fc9ea6e /qpid/python
parente93bf7cd4fec4104413bc11f9f5c2b5d1415e5e1 (diff)
downloadqpid-python-839d13cc613be929fdc01aecb62f0666c91cb3e5.tar.gz
QPID-691: fixed a typo in getopt args
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724003 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
-rw-r--r--qpid/python/qpid/testlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/qpid/testlib.py b/qpid/python/qpid/testlib.py
index bed0d10198..31f52169ae 100644
--- a/qpid/python/qpid/testlib.py
+++ b/qpid/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: