mirror of https://github.com/apache/lucene.git
Make rat output formatted with correct taskname
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0a174fc475
commit
e0890ccc71
|
@ -1580,7 +1580,7 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites
|
|||
</rat:report>
|
||||
<!-- now print the output, for review -->
|
||||
<loadfile property="rat.output" srcFile="${rat.sources.logfile}"/>
|
||||
<echo>${rat.output}</echo>
|
||||
<echo taskname="rat">${rat.output}</echo>
|
||||
<delete>
|
||||
<fileset file="${rat.sources.logfile}">
|
||||
<and>
|
||||
|
|
Loading…
Reference in New Issue