Merge pull request #153 from kruland2607/13.09dev

Added in plain junit formatter to get output from travis.
This commit is contained in:
kruland2607 2013-10-09 12:36:17 -07:00
commit 0c2f4744ff
2 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,7 @@
<exclude name="Test.class" /> <exclude name="Test.class" />
</fileset> </fileset>
<formatter type="xml"/> <formatter type="xml"/>
<formatter type="plain" usefile="false" />
</batchtest> </batchtest>
</junit> </junit>
<junitreport todir="${tmp.dir}"> <junitreport todir="${tmp.dir}">

View File

@ -285,6 +285,7 @@ ${nonascii}</fail>
<exclude name="Test.class" /> <exclude name="Test.class" />
</fileset> </fileset>
<formatter type="xml"/> <formatter type="xml"/>
<formatter type="plain" usefile="false" />
</batchtest> </batchtest>
</junit> </junit>
<junitreport todir="${tmp.dir}"> <junitreport todir="${tmp.dir}">