You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2009/07/15 17:20:56 UTC

svn commit: r794300 - /qpid/trunk/qpid/java/test-profiles/cpp.testprofile

Author: rhs
Date: Wed Jul 15 15:20:55 2009
New Revision: 794300

URL: http://svn.apache.org/viewvc?rev=794300&view=rev
Log:
added --no-module-dir to broker invocation to prevent system brokers from loading unexpected modules

Modified:
    qpid/trunk/qpid/java/test-profiles/cpp.testprofile

Modified: qpid/trunk/qpid/java/test-profiles/cpp.testprofile
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/test-profiles/cpp.testprofile?rev=794300&r1=794299&r2=794300&view=diff
==============================================================================
--- qpid/trunk/qpid/java/test-profiles/cpp.testprofile (original)
+++ qpid/trunk/qpid/java/test-profiles/cpp.testprofile Wed Jul 15 15:20:55 2009
@@ -2,5 +2,5 @@
 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



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org