From feaef60f5f9a468866de1c09a6cf20df42b9a946 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Thu, 29 Sep 2011 15:29:36 +0000 Subject: QPID-3513: Avoid use of shell script clean-dir during test cycle git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1177333 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/cpp.testprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/test-profiles/cpp.testprofile') diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile index a2114f82ba..7cc7fdc821 100644 --- a/qpid/java/test-profiles/cpp.testprofile +++ b/qpid/java/test-profiles/cpp.testprofile @@ -33,7 +33,7 @@ broker.modules= broker.args= broker.type=spawned -broker.command=${broker.executable} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args} +broker.command=${broker.executable} -p @PORT --data-dir ${project.root}/build/work/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args} profile.excludes=CPPPrefetchExcludes CPPTransientExcludes test.excludes=Excludes CPPExcludes ${profile}.excludes ${profile.excludes} cpp.excludes -- cgit v1.2.1