diff options
author | Rafael H. Schloming <rhs@apache.org> | 2009-07-15 15:20:55 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2009-07-15 15:20:55 +0000 |
commit | 6bcc8e7c8591c623fdcc5c75f6e3759bbe27eeca (patch) | |
tree | ceb495d3ba3e867ec26b094de278a6736189e174 | |
parent | ed0e0dd6ab09c31f0bc8ca074442ec62a6abd235 (diff) | |
download | qpid-python-6bcc8e7c8591c623fdcc5c75f6e3759bbe27eeca.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/qpid@794300 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/test-profiles/cpp.testprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test-profiles/cpp.testprofile b/java/test-profiles/cpp.testprofile index aed4a0adca..da39a6284f 100644 --- a/java/test-profiles/cpp.testprofile +++ b/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 |