From d27d56ea0c408ce77f219de6059056c1a9c55fba Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 3 Dec 2009 06:19:39 +0000 Subject: [PATCH] adding the option to not halt after a test failure; it will still report failure at the end. This makes sense for Bamboo so we know all the tests that fail, not just the first. It is also useful for checking what tests are affected by a change. You can tell ant not to halt with: 'ant -Dhalt=no' (yes is the default) git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2240 348d0f76-0448-11de-a6fe-93d51630548a --- build.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 287343f82..73b0c8d68 100644 --- a/build.xml +++ b/build.xml @@ -7,6 +7,9 @@ + + + @@ -257,7 +260,7 @@ - + @@ -282,7 +285,7 @@ description="Run the long integration unit tests"> - +