diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-07-01 12:45:33 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-07-01 12:45:33 +0000 |
| commit | 4bec5de15d2d41861e67d7cc0c336e2e78dd321b (patch) | |
| tree | 2bf6271929d55c9ad2559a1ab579f04f5a86424d /qpid/cc/config/java/cpp.testprofile | |
| parent | 1c8fada68fda89dbdb7cf3e4f33205330813a47c (diff) | |
| download | qpid-python-4bec5de15d2d41861e67d7cc0c336e2e78dd321b.tar.gz | |
QPID-1157: Updated scripts
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@673071 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cc/config/java/cpp.testprofile')
| -rw-r--r-- | qpid/cc/config/java/cpp.testprofile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/qpid/cc/config/java/cpp.testprofile b/qpid/cc/config/java/cpp.testprofile index 63b36638ad..15db7f93bc 100644 --- a/qpid/cc/config/java/cpp.testprofile +++ b/qpid/cc/config/java/cpp.testprofile @@ -1,10 +1,11 @@ broker.version=0-10 broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir broker.clean=${project.root}/clean-dir ${build.data} +broker.ready=Listening on TCP port java.naming.provider.url=${project.root}/test-provider.properties +max_prefetch=1000 test.excludes=true -test.excludesfile=${project.root}/010AsyncExcludeList -broker.ready=Listening on TCP port +test.excludesfile=${project.root}/cppExcludeList log=info amqj.logging.level=$log root.logging.level=$log @@ -12,8 +13,6 @@ log4j.configuration=file://${project.root}/log4j-test.xml test.fork=no test.mem=512M test=*Test -test1=*Tests haltonfailure=no haltonerror=no -max_prefetch=1000 -exclude.modules=systests
\ No newline at end of file +exclude.modules=systests |
