Make it possible to run all tests in a package
----------------------------------------------
Key: SOLR-1441
URL: https://issues.apache.org/jira/browse/SOLR-1441
Project: Solr
Issue Type: Improvement
Reporter: Shalin Shekhar Mangar
Assignee: Shalin Shekhar Mangar
Priority: Trivial
Adding the following properties to junit target in build.xml
# ant -Dtestcase - for a single test class
# ant -Dtestpackage - for all classes in a package, including sub-packages
# and -Dtestpackageroot - for all classes in a package, without sub-packages
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.