Added in plain junit formatter to get output from travis.

This commit is contained in:
kruland2607 2013-10-09 14:35:23 -05:00
parent e4afa7961e
commit 2a7cc37d25
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}">