For the record, I don't like the approach of requiring the failure condition to have the ability to do math (even if it's just counting).
It complicates things quite a bit, and means that it will require more than three characters to indicate you want fainting-mode. Adam K On 15/01/2008, Matisse Enzer <[EMAIL PROTECTED]> wrote: > > > On Jan 14, 2008, at 4:18 PM, Andy Armstrong wrote: > > > # Don't launch any more tests after ten failed assertions have been > > seen > > $ prove --max-fail 10 > > > That works for me, especially if it's a switch I can pass to MakeMaker > and Module::Build > > MAX_FAIL=1 make test > > and > > ./Build test --max-fail 1 > > ------------------------------------------------------- > Matisse Enzer <[EMAIL PROTECTED]> > http://www.matisse.net/ - http://www.eigenstate.net/ > > > >