overaggressively removed the STD outputs, back in for tests

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1514 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2009-09-03 15:07:45 +00:00
parent 7d0a13d711
commit 515fc7c476
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@
<target name="test" depends="test.compile,agent" description="Run unit tests">
<mkdir dir="${report}"/>
<echo message="Sting: Running test cases!"/>
<junit printsummary="yes" showoutput="no" clonevm="yes" haltonfailure="yes" failureProperty="test.failure">
<junit printsummary="yes" showoutput="yes" clonevm="yes" haltonfailure="yes" failureProperty="test.failure">
<jvmarg value="-javaagent:build/TestAgent.jar"/>
<formatter type="${testOutput}" usefile="${usefile}" />
<classpath>