in reply to Re^3: BAIL_OUT with older Test::More
in thread BAIL_OUT with older Test::More
One trick is to have each .t file check whether a file .BAILOUT exists. If it does, don't run any tests. If you want to BAILOUT, create this file, then die. Use a first (and a last) test file that cleans up the .BAILOUT file.