in reply to Re: Finding out whether there are failing tests
in thread Finding out whether there are failing tests

Turns out Test::More can already do this. done_testing() returns true if all tests pass and false if there are failing tests. Yay.
  • Comment on Re^2: Finding out whether there are failing tests