move tophints configuration to the correct place

This commit is contained in:
Robert Muir 2015-07-16 22:49:30 -04:00
parent 0ba6e4171a
commit b1e3914461
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,6 @@
<leaveTemporary>true</leaveTemporary>
<parallelism>${tests.jvms}</parallelism>
<ifNoTests>${tests.ifNoTests}</ifNoTests>
<report-execution-times historyLength="20" file="${basedir}/${execution.hint.file}"/>
<assertions enableSystemAssertions="true">
<enable/>
<disable package="${tests.assertion.disabled}"/>
@ -681,6 +680,7 @@
<containsregex pattern="^(\s+at )(org\.apache\.lucene.util\.AbstractBeforeAfterRule)" />
</filtertrace>
</report-text>
<report-execution-times historyLength="20" file="${basedir}/${execution.hint.file}"/>
</listeners>
</configuration>
<executions>