diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2010-05-06 21:17:21 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2010-05-06 21:17:21 +0000 |
| commit | 9034558ebd59d334c24dd9e40d0f3d91f18896d4 (patch) | |
| tree | a3f04a62366da8cf8f1ef9d1e1efc99e92ddfce5 /java/test-profiles/kill-broker | |
| parent | fc5b5223c76ea5d9774bec77591c7b190270bea7 (diff) | |
| download | qpid-python-9034558ebd59d334c24dd9e40d0f3d91f18896d4.tar.gz | |
Modified the testHeartbeat method to use an external script to start & stop the broker.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@941934 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/kill-broker')
| -rwxr-xr-x | java/test-profiles/kill-broker | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/test-profiles/kill-broker b/java/test-profiles/kill-broker index e31d3811b3..8078fa755e 100755 --- a/java/test-profiles/kill-broker +++ b/java/test-profiles/kill-broker @@ -21,5 +21,6 @@ # # - +kill -CONT $1 kill -9 $1 +rm /tmp/broker.log |
