in reply to
Finding out whether there are failing tests
You want
Test::Builder2
Comment on
Re: Finding out whether there are failing tests
Replies are listed 'Best First'.
Re^2: Finding out whether there are failing tests
by
Anonymous Monk
on Feb 09, 2011 at 07:50 UTC
Turns out Test::More can already do this. done_testing() returns true if all tests pass and false if there are failing tests. Yay.
[reply]
In Section
Seekers of Perl Wisdom