From f7df8c47a16c72180fc709524bf6718862581327 Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Wed, 2 Apr 2008 14:48:12 +0000 Subject: QPID-884 made ant task test alton/error/failure configurable from profile file git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@643924 13f79535-47bb-0310-9956-ffa450edef68 --- java/cpp.async.testprofile | 2 ++ java/cpp.sync.testprofile | 2 ++ java/default.testprofile | 3 ++- java/module.xml | 3 ++- 4 files changed, 8 insertions(+), 2 deletions(-) (limited to 'java') diff --git a/java/cpp.async.testprofile b/java/cpp.async.testprofile index 050f7ebe59..88c0d61a0e 100644 --- a/java/cpp.async.testprofile +++ b/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/java/cpp.sync.testprofile b/java/cpp.sync.testprofile index 99d6733e0d..beb01feefd 100644 --- a/java/cpp.sync.testprofile +++ b/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/java/default.testprofile b/java/default.testprofile index 078132dd35..db99ab93c9 100644 --- a/java/default.testprofile +++ b/java/default.testprofile @@ -12,4 +12,5 @@ test.fork=no test.mem=512M test=*Test test1=*Tests - +haltonfailure=no +haltonerror=no diff --git a/java/module.xml b/java/module.xml index 7374b9af09..7b63a768af 100644 --- a/java/module.xml +++ b/java/module.xml @@ -172,7 +172,8 @@ description="execute unit tests"> + haltonfailure="${haltonfailure}" haltonerror="${haltonerror}" + printsummary="on" timeout="600000" > -- cgit v1.2.1