mirror of https://github.com/apache/lucene.git
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:
parent
1eee3e4ee2
commit
f46b189256
|
@ -1161,8 +1161,11 @@
|
||||||
<echo file="${tests.totals.tmpfile}" append="true" encoding="UTF-8"># module: ${ant.project.name}
${junit4.stats.nonIgnored}
</echo>
|
<echo file="${tests.totals.tmpfile}" append="true" encoding="UTF-8"># module: ${ant.project.name}
${junit4.stats.nonIgnored}
</echo>
|
||||||
|
|
||||||
<!-- Report the 5 slowest tests from this run to the console. -->
|
<!-- Report the 5 slowest tests from this run to the console. -->
|
||||||
<echo>5 slowest tests:</echo>
|
<local name="tests.showtophints"/>
|
||||||
<junit4:tophints max="5">
|
<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" />
|
<file file="${tests.cachedir}/${name}/timehints.txt" />
|
||||||
</junit4:tophints>
|
</junit4:tophints>
|
||||||
</sequential>
|
</sequential>
|
||||||
|
|
Loading…
Reference in New Issue