From e855d055a9c136828dd45336e372cd2d8726b6e7 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 3 Mar 2010 20:23:43 +0000 Subject: 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 --- tools/src/py/qpid-stat | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/src') 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() -- cgit v1.2.1