mirror of https://github.com/apache/lucene.git
use correct formatter in sequential
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062153 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a1baa30380
commit
c76ffeaa70
|
@ -139,7 +139,7 @@
|
|||
<property name="junit.reports" location="${common-solr.dir}/${dest}/test-results/reports"/>
|
||||
<property name="junit.formatter" value="plain"/>
|
||||
<condition property="junit.details.formatter"
|
||||
value="org.apache.tools.ant.taskdefs.optional.junit.PlainJUnitResultFormatter"
|
||||
value="org.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter"
|
||||
else="org.apache.lucene.util.LuceneJUnitResultFormatter">
|
||||
<isset property="tests.sequential"/>
|
||||
</condition>
|
||||
|
|
Loading…
Reference in New Issue