1
0

Fix indentation.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1389017 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2012-09-23 11:15:01 +00:00
parent 3b78985b1f
commit d413fb8984

View File

@@ -737,7 +737,7 @@
<delete dir="${build.home}/test-reports"/>
<mkdir dir="${build.home}/test-reports"/>
<echo message="executing tests [${testmatch}.java]"/>
<echo message="executing tests [${testmatch}.java]"/>
<!--
- Note that the fork/forkmode settings define default behaviour for tests.
- The <test> and <batchtest> tags can override these settings if needed.