I don't really need it - I was just asking about the absence of an alias for a previously advertised feature. If you think it best not to continue to support that, it's fine with me. (I'm updating the RunningTests wiki now, where this feature is described.)
Steve -----Original Message----- From: dawid.we...@gmail.com [mailto:dawid.we...@gmail.com] On Behalf Of Dawid Weiss Sent: Monday, April 16, 2012 9:03 AM To: dev@lucene.apache.org Subject: Re: [Important] New test framework, differences, features, etc. > -Dtestpackage doesn't work anymore - is there some reason you didn't provide > an alias, like you did for -Dtestmethod and -Dtestcase? Will this work for you (ant test-help): [echo] # Run all tests in a package and sub-packages [echo] ant test "-Dtests.class=org.apache.lucene.package.*" This is a globbing pattern so you can also do: ant test "-Dtests.class=*.packagename.*" We could simulate previous options but globbing seems more versatile? If you really need it then we can re-add it, sure. Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org