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:
parent
7d0a13d711
commit
515fc7c476
|
|
@ -235,7 +235,7 @@
|
||||||
<target name="test" depends="test.compile,agent" description="Run unit tests">
|
<target name="test" depends="test.compile,agent" description="Run unit tests">
|
||||||
<mkdir dir="${report}"/>
|
<mkdir dir="${report}"/>
|
||||||
<echo message="Sting: Running test cases!"/>
|
<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"/>
|
<jvmarg value="-javaagent:build/TestAgent.jar"/>
|
||||||
<formatter type="${testOutput}" usefile="${usefile}" />
|
<formatter type="${testOutput}" usefile="${usefile}" />
|
||||||
<classpath>
|
<classpath>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue