Skip to content

Commit e909b6e

Browse files
committed
Make sure names of failing tests are printed to github console
1 parent fce310d commit e909b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</target>
4747

4848
<target name="test" depends="compile,dist">
49-
<junit printsummary="yes" fork="true" haltonfailure="yes">
49+
<junit printsummary="yes" fork="true">
5050
<jvmarg value="-Xmx1g"/>
5151
<classpath>
5252
<pathelement location="lib/junit-4.12.jar" />

0 commit comments

Comments
 (0)