From 569216606e9981cf0b4f1549c9ea6caaa6e285a3 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Tue, 23 Mar 2010 14:50:34 +0000 Subject: [PATCH] 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 --- solr/build.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/solr/build.xml b/solr/build.xml index 3a9c53769c0..32a474518e5 100644 --- a/solr/build.xml +++ b/solr/build.xml @@ -376,7 +376,10 @@ depends="test-core, test-contrib" /> - + + + +