http://www.perlmonks.org?node_id=645160


in reply to tests & logging

Is there module or a hack to log the failed test/s? How in the world do you track these type of issues down?

Are all 40k tests in one file? If not just run the test file that's failing.

You can also use runtests from TAP::Harness with the -q or -Q option to only show test failure.