summaryrefslogtreecommitdiff
path: root/java/broker/python-test.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-09-25 11:13:23 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-09-25 11:13:23 +0000
commit24a6914e1f823e9f38d7b721e29c369720750c6b (patch)
treea92231b697d1cc59d30c7ff46ddef3c28f7561f7 /java/broker/python-test.xml
parent73c9105bd67104a8cf7114f0243d6d4f5cb518b0 (diff)
downloadqpid-python-24a6914e1f823e9f38d7b721e29c369720750c6b.tar.gz
Update to start M2.1 python test broker on port 2100 (management 2101) and for the tests to use that broker.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@579198 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker/python-test.xml')
-rwxr-xr-xjava/broker/python-test.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/java/broker/python-test.xml b/java/broker/python-test.xml
index 5212f2d384..e58ae399b9 100755
--- a/java/broker/python-test.xml
+++ b/java/broker/python-test.xml
@@ -42,8 +42,12 @@ under the License.
failonerror="true"
>
<arg value="${command}"/>
-
- <classpath refid="maven.test.classpath"/>
+ <arg value="-p"/>
+ <arg value="2100"/>
+ <arg value="-m"/>
+ <arg value="2101"/>
+
+ <classpath refid="maven.test.classpath"/>
<sysproperty key="QPID_HOME" value="${broker.dir}"/>
<sysproperty key="QPID_WORK" value="${broker.dir}${file.separator}target"/>
</java>