summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles/cpp.testprofile
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-07-14 19:51:03 +0000
committerRafael H. Schloming <rhs@apache.org>2009-07-14 19:51:03 +0000
commitf8615b90193e0493adfb64ed3973797f60727dfc (patch)
treed06e606a496c80401a31e786261fe62609fc8847 /qpid/java/test-profiles/cpp.testprofile
parent2438a3cb8ff3f1f0d52b048ba2475c01119fb37e (diff)
downloadqpid-python-f8615b90193e0493adfb64ed3973797f60727dfc.tar.gz
added support for profile inheritence and refactored profiles to permit convenient overriding of broker location and additional broker arguments
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/cpp.testprofile')
-rw-r--r--qpid/java/test-profiles/cpp.testprofile5
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile
index a09c097cb7..aed4a0adca 100644
--- a/qpid/java/test-profiles/cpp.testprofile
+++ b/qpid/java/test-profiles/cpp.testprofile
@@ -1,3 +1,6 @@
broker.version=0-10
-broker=${project.root}/../cpp/src/qpidd -p @PORT --data-dir ${build.data}/@PORT -t --auth no
+broker.command=${project.root}/../cpp/src/qpidd
+broker.modules=
+broker.args=
+broker=${broker.command} -p @PORT --data-dir ${build.data}/@PORT -t --auth no ${broker.modules} ${broker.args}
test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList