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 | 0c020120ee04ee8923e0b51f7e5adb63ab578158 (patch) | |
| tree | d9aad228068d33b989a017483ae152087b10da91 /cc/config/java/java.testprofile | |
| parent | 8c87dc998802e4c78dd57b9eb2a6ae60a53c5cad (diff) | |
| download | qpid-python-0c020120ee04ee8923e0b51f7e5adb63ab578158.tar.gz | |
QPID-1157: Updated scripts
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@673071 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cc/config/java/java.testprofile')
| -rw-r--r-- | cc/config/java/java.testprofile | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/cc/config/java/java.testprofile b/cc/config/java/java.testprofile index a0eacd0516..6f988dc261 100644 --- a/cc/config/java/java.testprofile +++ b/cc/config/java/java.testprofile @@ -3,16 +3,15 @@ broker=vm  broker.clean=${project.root}/clean-dir ${build.data}  java.naming.provider.url=${project.root}/test-provider.properties  test.excludes=true -test.excludesfile=${project.root}/08ExcludeList +test.excludesfile=${project.root}/javaExcludeList  log=info +max_prefetch=1000  amqj.logging.level=$log  root.logging.level=$log -log4j.configuration=file://${project.root}/log4j-test.xml +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 | 
