always output a brief test summary to the screen, and xml to disk

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3535 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2010-06-11 16:24:50 +00:00
parent 22620ba95c
commit dde93e743f
1 changed files with 3 additions and 4 deletions

View File

@ -15,9 +15,6 @@
false means it goes to the screen (default) true to file -->
<property name="usefile" value="false" />
<!-- should our junit tests use XML? default is no -->
<property name="testOutput" value="brief" />
<!-- If running the 'package' task, this property controls the name of the xml file to package -->
<property name="executable" value="GenomeAnalysisTK" />
@ -385,7 +382,9 @@
<mkdir dir="${report}"/>
<echo message="Sting: Running @{testtype} test cases!"/>
<junit printsummary="yes" showoutput="yes" maxmemory="${test.maxmemory}" clonevm="yes" haltonfailure="${halt}" failureProperty="test.failure">
<formatter type="${testOutput}" usefile="${usefile}" />
<formatter type="brief" usefile="false" />
<formatter type="xml"/>
<classpath>
<pathelement location="build"/>
<path refid="runtime.dependencies"/>