summaryrefslogtreecommitdiff
path: root/java/management
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-07-17 11:53:43 +0000
committerRafael H. Schloming <rhs@apache.org>2009-07-17 11:53:43 +0000
commit98c58cce294009c64ca1580d2969c582b19b215d (patch)
tree2c7db1b5a6504c58aceaf918695092b7880ca70e /java/management
parentc68688b2286bc0581f141a5a9a146987ee74c1b8 (diff)
downloadqpid-python-98c58cce294009c64ca1580d2969c582b19b215d.tar.gz
added system properties for controlling the module locations used during test runs; concat all the profile properties together before loading so that more can be shared between profiles; added an @SSL_PORT to the substitutions done by QpidTestCase
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@795056 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management')
-rw-r--r--java/management/client/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/management/client/build.xml b/java/management/client/build.xml
index 729c15e2a6..2d671d20a9 100644
--- a/java/management/client/build.xml
+++ b/java/management/client/build.xml
@@ -180,7 +180,7 @@
<target name="test" depends="build,compile-tests" if="module.test.src.exists" unless="${dontruntest}" description="execute unit tests">
<delete file="${module.failed}"/>
- <echo message="Using config:${config}" level="info"/>
+ <echo message="Using profile:${profile}" level="info"/>
<junit fork="${test.fork}" maxmemory="1024M" reloading="no"
haltonfailure="${haltonfailure}" haltonerror="${haltonerror}"
failureproperty="test.failures" printsummary="on" timeout="600000" >