From c5388095e3916eded558f45f46cc9a58459825fe Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Thu, 16 Apr 2009 12:28:10 +0000 Subject: QPID-1817 : Update QTC to provide the configuration file to an external broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@765605 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/java.testprofile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/java/java.testprofile') diff --git a/qpid/java/java.testprofile b/qpid/java/java.testprofile index 95282b8ee1..4567db5f28 100644 --- a/qpid/java/java.testprofile +++ b/qpid/java/java.testprofile @@ -1,4 +1,5 @@ -broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT +broker.language=java +broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE broker.clean=${project.root}/clean-dir ${build.data} broker.ready=Qpid Broker Ready -- cgit v1.2.1