Repository: ant Updated Branches: refs/heads/1.9.x 536d0e6c8 -> 49d2f3ef9
Make JetBrains CI work Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/49d2f3ef Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/49d2f3ef Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/49d2f3ef Branch: refs/heads/1.9.x Commit: 49d2f3ef9b334a1a849849eda2f47ba107c034dc Parents: 536d0e6 Author: Gintas Grigelionis <[email protected]> Authored: Sat Feb 3 18:45:23 2018 +0100 Committer: Gintas Grigelionis <[email protected]> Committed: Sat Feb 3 18:45:23 2018 +0100 ---------------------------------------------------------------------- build.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/49d2f3ef/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 37476c0..67d6705 100644 --- a/build.xml +++ b/build.xml @@ -1936,6 +1936,9 @@ ${antunit.reports} </length> </target> + <!-- JetBrains builds need this target --> + <target name="printFailingTests" depends="print-failing-tests"/> + <target name="print-failing-tests"> <property name="failingtests.dir" value="${build.dir}/errors"/> <mkdir dir=""/>
