Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "TestingSolr" page has been changed by ShalinMangar. The comment on this change is: Fixed instructions. http://wiki.apache.org/solr/TestingSolr?action=diff&rev1=2&rev2=3 -------------------------------------------------- Run tests inside a package (recursively): {{{ - ant -Dtestpackage=org.apache.solr.handler clean test + ant -Dtestpackage="org/apache/solr/handler" clean test }}} Run tests in package root: {{{ - ant -Dtestpackageroot=org.apache.solr.handler clean test + ant -Dtestpackageroot="org/apache/solr/handler" clean test }}} The above will exclude packages inside handler such as admin and component.
