On Mon, Oct 14, 2013 at 10:41 AM, Michael McCandless <luc...@mikemccandless.com> wrote: > This has actually bit me before too ... > > I mean, sure, I do eventually notice that it ran too quickly and so it > was not in fact really SUCCESSFUL. > > Why would Rob's example fail? In that case, it would have in fact run > TestIndexWriter, right? (Sure, other modules didn't have such a test, > but the fact that one of the visited modules did have the test should > mean that the overall ant run is SUCCESSFUL?). Is it just too hard > with ant to make this logic be "across modules"? >
'ant test' needs to do a lot more than the specialized python script you have to repeat one test. so I think you should modify the latter instead of trying to make the whole build system complicated. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org