summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles/cpp.testprofile
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-07-15 15:20:55 +0000
committerRafael H. Schloming <rhs@apache.org>2009-07-15 15:20:55 +0000
commit6bd0e9b3ff37431b539bf2db22117c5ee099a2f9 (patch)
tree9bd55963d454274fd697925ce6f1fa78ff8942da /qpid/java/test-profiles/cpp.testprofile
parentdc5b7e251dde2850a9f323ea04ae19b7777f7679 (diff)
downloadqpid-python-6bd0e9b3ff37431b539bf2db22117c5ee099a2f9.tar.gz
added --no-module-dir to broker invocation to prevent system brokers from loading unexpected modules
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794300 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/cpp.testprofile')
-rw-r--r--qpid/java/test-profiles/cpp.testprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile
index aed4a0adca..da39a6284f 100644
--- a/qpid/java/test-profiles/cpp.testprofile
+++ b/qpid/java/test-profiles/cpp.testprofile
@@ -2,5 +2,5 @@ broker.version=0-10
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}
+broker=${broker.command} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args}
test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList