in reply to How would I make Test::Harness fail-fast?

I recently stumbled across this in something I was reading. In Test::Most, there are a pair of functions die_on_fail and bail_on_fail which might do what you need.

G. Wade

Replies are listed 'Best First'.
Re^2: How would I make Test::Harness fail-fast?
by dekimsey (Sexton) on Jun 01, 2009 at 20:55 UTC

    This looks to be the kind of behavior I'm looking for. From what I can tell ENV{BAIL_ON_FAIL} is a flag that'll do it.

    I'll give it a run and see how it goes, thanks a bunch!

    Danny.