mirror of https://github.com/apache/lucene.git
SOLR-1835: add a sysprop -Dsequential-tests=something that allows you to force tests to run sequentially
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@926599 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b93a922a5e
commit
569216606e
|
@ -376,7 +376,10 @@
|
||||||
depends="test-core, test-contrib" />
|
depends="test-core, test-contrib" />
|
||||||
|
|
||||||
<condition property="runsequential">
|
<condition property="runsequential">
|
||||||
<isset property="testcase"/>
|
<or>
|
||||||
|
<isset property="testcase"/>
|
||||||
|
<isset property="sequential-tests"/>
|
||||||
|
</or>
|
||||||
</condition>
|
</condition>
|
||||||
|
|
||||||
<target name="junit" depends="compileTests,dist-contrib,junit-mkdir,junit-sequential,junit-parallel"/>
|
<target name="junit" depends="compileTests,dist-contrib,junit-mkdir,junit-sequential,junit-parallel"/>
|
||||||
|
|
Loading…
Reference in New Issue