From e14d5ac65ab85136991aedb1802e5b507617c2f1 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Wed, 30 Jul 2014 09:52:06 +0000 Subject: NO-JIRA: Strengthen ant python test wrapper to ensure that ant will fail if it fails to identify the pid of the broker\'s process git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1614598 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/qpid-python-test-ant.xml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'qpid/python') diff --git a/qpid/python/qpid-python-test-ant.xml b/qpid/python/qpid-python-test-ant.xml index 15271a477b..a6f6ab5b32 100644 --- a/qpid/python/qpid-python-test-ant.xml +++ b/qpid/python/qpid-python-test-ant.xml @@ -82,16 +82,16 @@ - - Stopping Qpid ${pid} + + Stopping Qpid with pid '${pid}' - - Killing Qpid ${pid} + + Killing Qpid with pid '${pid}' @@ -117,11 +117,19 @@ + - + + + + + + + + -- cgit v1.2.1