From 6bcc8e7c8591c623fdcc5c75f6e3759bbe27eeca Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Wed, 15 Jul 2009 15:20:55 +0000 Subject: 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 --- java/test-profiles/cpp.testprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/test-profiles/cpp.testprofile') 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 -- cgit v1.2.1