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:
Robert Muir 2010-03-23 14:50:34 +00:00
parent b93a922a5e
commit 569216606e
1 changed files with 4 additions and 1 deletions

View File

@ -376,7 +376,10 @@
depends="test-core, test-contrib" />
<condition property="runsequential">
<or>
<isset property="testcase"/>
<isset property="sequential-tests"/>
</or>
</condition>
<target name="junit" depends="compileTests,dist-contrib,junit-mkdir,junit-sequential,junit-parallel"/>