LUCENE-5920: Further silence beasting

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622357 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-09-03 21:07:27 +00:00
parent 1eee3e4ee2
commit f46b189256
1 changed files with 5 additions and 2 deletions

View File

@ -1161,8 +1161,11 @@
<echo file="${tests.totals.tmpfile}" append="true" encoding="UTF-8"># module: ${ant.project.name}&#x000a;${junit4.stats.nonIgnored}&#x000a;</echo>
<!-- Report the 5 slowest tests from this run to the console. -->
<echo>5 slowest tests:</echo>
<junit4:tophints max="5">
<local name="tests.showtophints"/>
<condition property="tests.showtophints" value="0" else="5">
<isset property="beast.iters"/>
</condition>
<junit4:tophints max="${tests.showtophints}" taskname="slow-tests">
<file file="${tests.cachedir}/${name}/timehints.txt" />
</junit4:tophints>
</sequential>