mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 15:05:53 +00:00
ICU-12580 Cause build failure if a test fails at the test group level
X-SVN-Rev: 38859
This commit is contained in:
parent
a40cf4b3a0
commit
116a284690
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue