Nope, I'm completely wrong. This is failing no matter what, am I going crazy?
ant -Dtestcase=OpenCloseCoreStressTest test I'm getting: /Users/Erick/apache/trunk/lucene/common-build.xml:1277: Not even a single test was executed (a typo in the filter pattern maybe)? On Thu, Nov 14, 2013 at 5:43 PM, Erick Erickson <[email protected]>wrote: > OK, maybe I'm off base here, let me check.... > > > > On Thu, Nov 14, 2013 at 5:39 PM, Adrien Grand <[email protected]> wrote: > >> On Thu, Nov 14, 2013 at 11:34 PM, Yonik Seeley <[email protected]> >> wrote: >> > But last I knew, tests annotated with @Slow were still included with >> > "ant test". Has this changed? >> >> We have >> <property name="tests.slow" value="true" /> >> in common-build.xml so tests annotated with @Slow are indeed supposed >> to be included when calling `ant test`. >> >> -- >> Adrien >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >
