mirror of https://github.com/apache/lucene.git
The override of tests.jvms in benchamrk mpodule never worked, so after 2 years of permanent testing with multiple JVMs, the tests are safe.
The override must be placed *before* the inclusion of module-build/common-build.xml, otherwise its to late to redefine the property. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417646 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
58cde699ad
commit
a7a208888d
|
@ -26,9 +26,6 @@
|
|||
<import file="../module-build.xml"/>
|
||||
<property name="working.dir" location="work"/>
|
||||
|
||||
<!-- the tests have some parallel problems -->
|
||||
<property name="tests.jvms.override" value="1"/>
|
||||
|
||||
<target name="check-files">
|
||||
<available file="temp/news20.tar.gz" property="news20.exists"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue