diff options
Diffstat (limited to 'java/cpp.async.testprofile')
-rw-r--r-- | java/cpp.async.testprofile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/cpp.async.testprofile b/java/cpp.async.testprofile index c7554165f0..746ef2c0ef 100644 --- a/java/cpp.async.testprofile +++ b/java/cpp.async.testprofile @@ -1,3 +1,3 @@ broker.version=0-10 -broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module ${project.root}/../../cppStore/cpp/lib/.libs/libbdbstore.so --auth no -test.excludesfile=${project.root}/010ExcludeList-store +broker=${project.root}/../cpp/src/qpidd -p @PORT --data-dir ${build.data}/@PORT -t --load-module ${project.root}/../../cppStore/cpp/lib/.libs/msgstore.so --auth no +test.excludesfile=${project.root}/ExcludeList ${project.root}/010ExcludeList-store |