summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-03-03 20:23:43 +0000
committerAlan Conway <aconway@apache.org>2010-03-03 20:23:43 +0000
commite855d055a9c136828dd45336e372cd2d8726b6e7 (patch)
treefcf9355d10b6cb5a2f8e39626ef2e43bff31b5e6 /tools
parentddd5b1a3e0c37ef3f02c7ba4c948b1be94ff2d59 (diff)
downloadqpid-python-e855d055a9c136828dd45336e372cd2d8726b6e7.tar.gz
Extended cluster_tests.test_management exposes a bug.
- kill and start brokers with clients running. - added qpid-stat -b and testagent clients - disabled in src/tests/cluster_tests.fail till bug is fixed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@918674 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tools')
-rwxr-xr-xtools/src/py/qpid-stat1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/src/py/qpid-stat b/tools/src/py/qpid-stat
index 2350b5ba7c..1541d6ec9f 100755
--- a/tools/src/py/qpid-stat
+++ b/tools/src/py/qpid-stat
@@ -505,6 +505,7 @@ except KeyboardInterrupt:
print
except Exception,e:
print "Failed: %s - %s" % (e.__class__.__name__, e)
+ raise # FIXME aconway 2010-03-03:
sys.exit(1)
bm.Disconnect()