diff options
Diffstat (limited to 'java/cpp.testprofile')
-rw-r--r-- | java/cpp.testprofile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/cpp.testprofile b/java/cpp.testprofile index 68ac8b8be8..af2d0f58e4 100644 --- a/java/cpp.testprofile +++ b/java/cpp.testprofile @@ -1,3 +1,3 @@ broker.version=0-10 -broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --auth no -test.excludesfile=${project.root}/010ExcludeList +broker=${project.root}/../cpp/src/qpidd -p @PORT --data-dir ${build.data}/@PORT -t --auth no +test.excludesfile=${project.root}/ExcludeList ${project.root}/010ExcludeList |