Skip to content

Commit 5e29266

Browse files
author
Hubert Plociniczak
committed
Fail ant script on junit failure.
1 parent 07d9bd1 commit 5e29266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
<target name="test-suite" depends="test, test-persister-restart, test-functional, test-main-silent"/>
240240

241241
<target name="test" depends="test-build">
242-
<junit printSummary="withOutAndErr" haltOnFailure="no" fork="yes">
242+
<junit printSummary="withOutAndErr" haltOnFailure="yes" fork="yes">
243243
<classpath refid="test.classpath"/>
244244

245245
<formatter type="plain"/>
@@ -249,7 +249,7 @@
249249
</target>
250250

251251
<target name="test-functional" depends="test-build">
252-
<junit printSummary="withOutAndErr" haltOnFailure="no" fork="yes">
252+
<junit printSummary="withOutAndErr" haltOnFailure="yes" fork="yes">
253253
<classpath refid="test.classpath"/>
254254

255255
<formatter type="plain"/>

0 commit comments

Comments
 (0)