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:
Uwe Schindler 2012-12-05 21:01:00 +00:00
parent 58cde699ad
commit a7a208888d
1 changed files with 0 additions and 3 deletions

View File

@ -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"/>