Hi Danil, On Tue, Aug 21, 2012 at 10:15 AM, Danil ŢORIN <[email protected]> wrote: > Is there a way to force run full lucene & solr test suite against my new > Directory implementation? > > Just to make sure everything is covered :)
Running `ant test -Dtests.directory=my.Directory` will force your directory impl to be used for every test case. -- Adrien --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
