Repository: ant Updated Branches: refs/heads/master de5602261 -> dee19b0f8
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/dee19b0f Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/dee19b0f Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/dee19b0f Branch: refs/heads/master Commit: dee19b0f896cc9e23af820d4ab22a62f1fdb3941 Parents: de56022 Author: Gintas Grigelionis <[email protected]> Authored: Sat Feb 3 18:46:36 2018 +0100 Committer: Gintas Grigelionis <[email protected]> Committed: Sat Feb 3 18:46:36 2018 +0100 ---------------------------------------------------------------------- build.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/dee19b0f/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 62314dd..1756991 100644 --- a/build.xml +++ b/build.xml @@ -1984,6 +1984,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=""/>
