Re: junit haltonfailure doesn't

2007-10-11 Thread Geoffrey Mitchell
You are misunderstanding it. Junit will always run the full test suite you give it (maybe theres a way to prevent this, but I don't know). haltonfailure only means that the build will be failed if the tests fail. It doesn't alter Junit's behavior, just ant's. Kendall Shaw wrote: I am using

junit haltonfailure doesn't

2007-10-10 Thread Kendall Shaw
I am using junit 4.3.1 and ant 1.7, I have haltonfailure="true" on the junit element, but all of my tests are executed even though some fail. Can I make it halt on failure? Or am I misunderstanding how that is supposed to work?