in reply to Redirecting the output of Test::More

I've tried to do this before as well (trying to email test results to developers) but there are greater problems than just redirecting STDERR. Test::Harness uses formats for displaying the results, and there is no way to completely redirect the output of a format. See redirecting output from a format.
  • Comment on Re: Redirecting the output of Test::More

Replies are listed 'Best First'.
Re^2: Redirecting the output of Test::More
by chromatic (Archbishop) on Feb 18, 2005 at 19:27 UTC