diff options
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/cpp.async.testprofile | 2 | ||||
| -rw-r--r-- | qpid/java/cpp.sync.testprofile | 2 | ||||
| -rw-r--r-- | qpid/java/default.testprofile | 3 | ||||
| -rw-r--r-- | qpid/java/module.xml | 3 |
4 files changed, 8 insertions, 2 deletions
diff --git a/qpid/java/cpp.async.testprofile b/qpid/java/cpp.async.testprofile index 050f7ebe59..88c0d61a0e 100644 --- a/qpid/java/cpp.async.testprofile +++ b/qpid/java/cpp.async.testprofile @@ -12,3 +12,5 @@ test.fork=no test.mem=512M test=*Test test1=*Tests +haltonfailure=no +haltonerror=no
\ No newline at end of file diff --git a/qpid/java/cpp.sync.testprofile b/qpid/java/cpp.sync.testprofile index 99d6733e0d..beb01feefd 100644 --- a/qpid/java/cpp.sync.testprofile +++ b/qpid/java/cpp.sync.testprofile @@ -12,3 +12,5 @@ test.fork=no test.mem=512M test=*Test test1=*Tests +haltonfailure=no +haltonerror=no
\ No newline at end of file diff --git a/qpid/java/default.testprofile b/qpid/java/default.testprofile index 078132dd35..db99ab93c9 100644 --- a/qpid/java/default.testprofile +++ b/qpid/java/default.testprofile @@ -12,4 +12,5 @@ test.fork=no test.mem=512M test=*Test test1=*Tests - +haltonfailure=no +haltonerror=no diff --git a/qpid/java/module.xml b/qpid/java/module.xml index 7374b9af09..7b63a768af 100644 --- a/qpid/java/module.xml +++ b/qpid/java/module.xml @@ -172,7 +172,8 @@ description="execute unit tests"> <junit fork="${test.fork}" maxmemory="${test.mem}" reloading="no" - haltonfailure="no" printsummary="on" timeout="600000" > + haltonfailure="${haltonfailure}" haltonerror="${haltonerror}" + printsummary="on" timeout="600000" > <sysproperty key="amqj.logging.level" value="${amqj.logging.level}"/> <sysproperty key="root.logging.level" value="${root.logging.level}"/> |
