Skip to content

Commit

Permalink
Make sure names of failing tests are printed to github console
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Jul 31, 2020
1 parent fce310d commit e909b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</target>

<target name="test" depends="compile,dist">
<junit printsummary="yes" fork="true" haltonfailure="yes">
<junit printsummary="yes" fork="true">
<jvmarg value="-Xmx1g"/>
<classpath>
<pathelement location="lib/junit-4.12.jar" />
Expand Down

0 comments on commit e909b6e

Please sign in to comment.