mirror of https://github.com/apache/lucene.git
SOLR-5497: Did not help.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545107 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0e19da794b
commit
262e0c4190
|
@ -454,7 +454,7 @@ public abstract class AbstractFullDistribZkTestBase extends AbstractDistribZkTes
|
|||
String solrConfigOverride) throws Exception {
|
||||
|
||||
JettySolrRunner jetty = new JettySolrRunner(getSolrHome(), context, 0,
|
||||
solrConfigOverride, null, true, getExtraServlets());
|
||||
solrConfigOverride, null, false, getExtraServlets());
|
||||
jetty.setShards(shardList);
|
||||
jetty.setDataDir(getDataDir(dataDir));
|
||||
jetty.start();
|
||||
|
|
Loading…
Reference in New Issue