Re: Running test cases with ant

2015-03-26 Thread Shawn Heisey
On 3/26/2015 6:40 AM, Mrinali Agarwal wrote: > I am trying to run my test cases in solr using ant . > I am using below command > > ant test –Dtestcase=Test -Dtests.leaveTemporary=true > > Now , here i have my own custom schema & solrConfig . On running the above > command on solr directiory

Running test cases with ant

2015-03-26 Thread Mrinali Agarwal
Hello , I am trying to run my test cases in solr using ant . I am using below command ant test –Dtestcase=Test -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