Hi

I noticed that one can define "testcase" to execute just one test class,
which is convenient. However, I didn't notice any equivalent for testing a
whole package. Lately, when handling all those search issues, I often wanted
to run all the tests in o.a.l.search and just them, but couldn't so I either
ran a single test class when it was obvious (like TestSort) or the
"test-core" when it was less obvious (like changes to Collector, or
BooleanScorer).

I wrote a simple patch which adds this capability to common-build.xml. I
would like to confirm first that you agree to add this change and that I
didn't miss it and this capability exists elsewhere already.

Shai

Reply via email to