mirror of https://github.com/apache/lucene.git
SOLR-9194: Enhance the bin/solr script to perform file operations to/from Zookeeper. Windows text fix 3
This commit is contained in:
parent
fd80ead401
commit
9dd9a6fc91
|
@ -153,7 +153,7 @@ public class SolrCLIZkUtilsTest extends SolrCloudTestCase {
|
|||
Path tmp = createTempDir("tmpNewPlace2");
|
||||
args = new String[]{
|
||||
"-src", "zk:/configs/cp1",
|
||||
"-dst", "file:/" + tmp.toAbsolutePath().toString(),
|
||||
"-dst", "file:" + tmp.toAbsolutePath().toString(),
|
||||
"-recurse", "true",
|
||||
"-zkHost", zkAddr,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue