From b6a7ebd3c4505061aaca647e40a6eaf61c8e8b92 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 29 Apr 2009 13:30:47 +0000 Subject: [PATCH] You can now test a single JUnit test from the command line, by specifying the test with the command line parameter -Dsingle=myTestName. example: ant test -Dsingle=TraverseReadsTest git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@559 348d0f76-0448-11de-a6fe-93d51630548a --- build.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 7c14ba80d..ba1e54e19 100644 --- a/build.xml +++ b/build.xml @@ -2,6 +2,7 @@ Compile and distribute the Sting toolkit + @@ -209,7 +210,6 @@ - @@ -223,9 +223,10 @@ + - + @@ -234,6 +235,8 @@ + +