summaryrefslogtreecommitdiff
path: root/qpid/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
commit5f7116bbba781af8910a2bed9e842aa2839b3d96 (patch)
treece024e9563fcd500c854cddaf9789acbf0fd668a /qpid/java/management
parent242abfa1098bc424fa60907ba79ccb594b8f5601 (diff)
downloadqpid-python-5f7116bbba781af8910a2bed9e842aa2839b3d96.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@795056 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management')
-rw-r--r--qpid/java/management/client/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/management/client/build.xml b/qpid/java/management/client/build.xml
index 729c15e2a6..2d671d20a9 100644
--- a/qpid/java/management/client/build.xml
+++ b/qpid/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" >