On Tue, Mar 29, 2011 at 3:46 PM, Michael Ludwig <mil...@gmx.de> wrote:
> In a test script, tests may build up intermediate results which later
> tests depend upon. Imagine the following interacts with a web service
> so if something fails you don't want to waste time making network calls
> to execute stuff which will fail anyway.

Perhaps the 'bail_on_fail' or 'die_on_fail' functions from Test::Most
would help you here?

-Andy

Reply via email to