From f04ae76e755147e50a6e92564727de4af0221026 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@643924 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/module.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/java/module.xml') 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"> + haltonfailure="${haltonfailure}" haltonerror="${haltonerror}" + printsummary="on" timeout="600000" > -- cgit v1.2.1