ICU-12580 Cause build failure if a test fails at the test group level

X-SVN-Rev: 38859
This commit is contained in:
Stuart Gill 2016-06-17 19:26:51 +00:00
parent a40cf4b3a0
commit 116a284690

View file

@ -239,6 +239,8 @@
<report format="frames" todir="${junit.out.dir}/@{output}/html"/>
</junitreport>
<fail message="test failed: @{testdir}" if="@{failure-status}" />
</sequential>
</macrodef>
@ -443,7 +445,6 @@
<target name="translitCheck" depends="info, core, translit, translit-tests" description="Run the ICU4J Translit test suite">
<antcall target="_translitCheck"/>
<echo>${icu-junit-failure}</echo>
<fail message="test failed" if="icu-junit-failure" />
</target>