Hi Alex, There isn’t a way to say “just schema-related ones”. But, if you suspect the tests you want to run will have a string in the class name then you can run tests for classes matching a supplied regexp. For example:
ant test -Dtestcase="*High*" And do that from within a specific module (say solr-core) to further scope the tests. ~ David Smiley Freelance Apache Lucene/Solr Search Consultant/Developer http://www.linkedin.com/in/davidwsmiley On Sat, Dec 6, 2014 at 2:45 PM, Alexandre Rafalovitch <[email protected]> wrote: > Hi, > > I want to do some minor cleanup in (multiple) schema.xml. What's the > minimum set of tests I need to run before I submit a patch? > > 'ant test' seems to be a heavy thing. Is there a way to say, just > schema-related ones? > > Regards, > Alex. > Personal: http://www.outerthoughts.com/ and @arafalov > Solr resources and newsletter: http://www.solr-start.com/ and @solrstart > Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
