summaryrefslogtreecommitdiff
path: root/qpid/tools/src
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
commit3b48335a26e46d7935d2bbb86f31386949bb1ee2 (patch)
treea0bcaedc006636bddde073c8dcfb30f617384d42 /qpid/tools/src
parentf37f83a50a9716a346127bb44e13412716cd2335 (diff)
downloadqpid-python-3b48335a26e46d7935d2bbb86f31386949bb1ee2.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@918674 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/tools/src')
-rwxr-xr-xqpid/tools/src/py/qpid-stat1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/tools/src/py/qpid-stat b/qpid/tools/src/py/qpid-stat
index 2350b5ba7c..1541d6ec9f 100755
--- a/qpid/tools/src/py/qpid-stat
+++ b/qpid/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()