Hello ,

I am trying to run  my test cases in solr using ant .
I am using below command

ant test –Dtestcase=TestXXXX  -Dtests.leaveTemporary=true

Now , here i have my own custom schema & solrConfig . On running the above
command on solr directiory , it builds the project again which overrides my
schema.xml & solrConfig.xml

Due to this my test case fails because it is not able to find customized
schema & config .

Let me know any suggestions

Thanks
Mrinali

Reply via email to