Skip to content

Commit

Permalink
build.xml: Some more CI-server related junit changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Søe Sørensen authored and krestenkrab committed Jan 5, 2011
1 parent d3a50ed commit 0edeafd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.xml
Expand Up @@ -122,7 +122,8 @@
<!-- This runs those tests depend on generated classes in testclasses-->
<target name="testwoven" depends="weavetest">
<echo message="Testing Tasks ======================" />
<junit fork="yes" showoutput="yes">
<mkdir dir="test-outputs" />
<junit fork="yes" showoutput="yes" printsummary="true">
<formatter type="xml"/> <!-- For CI server use. -->
<!-- <formatter type="brief" usefile="false"/> -->
<classpath>
Expand All @@ -136,7 +137,7 @@
<jvmarg value="-XX:PermSize=128m"/>
<jvmarg value="-XX:MaxPermSize=700m"/>
<jvmarg value="-Derjang.configfile=erjang_cfg.properties" />
<batchtest>
<batchtest todir="test-outputs">
<fileset dir="target/test-classes" includes="**/*_TEST.class" />
<!--<fileset dir="target/test-classes" includes="**/sizes_tests_erl_TEST.class" />-->
</batchtest>
Expand Down

0 comments on commit 0edeafd

Please sign in to comment.