Repository: ant Updated Branches: refs/heads/1.9.x 972ae2ea7 -> b9c81987a
Lost a space character Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/b9c81987 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/b9c81987 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/b9c81987 Branch: refs/heads/1.9.x Commit: b9c81987addf09836e781ae85f0a64689269ce0a Parents: 972ae2e Author: Gintas Grigelionis <[email protected]> Authored: Sat Jan 20 10:31:12 2018 +0100 Committer: Gintas Grigelionis <[email protected]> Committed: Sat Jan 20 10:31:12 2018 +0100 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/b9c81987/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 6149aab..e9701e0 100644 --- a/build.xml +++ b/build.xml @@ -1566,7 +1566,7 @@ </condition> </target> - <target name="test"depends="junit-report,antunit-report,check-failed" + <target name="test" depends="junit-report,antunit-report,check-failed" description="--> run unit tests and reports"> <fail if="tests.failed" unless="ignore.tests.failed">Unit tests failed; see: ${build.junit.reports}
