On Thursday 29 June 2006 07:26, Michael Peters wrote: > This is a general problem with the way some of the testing modules work. > They output their diagnostic messages as comments to STDERR. They should > send them instead to STDOUT so that it can be synced. TAP does support > comments, so I'm not sure why those modules do that.
T::H::S can collect diagnostic information, but it doesn't read STDERR by default. I wonder if changing T::B to have two separate outputs (debugging for per-test information which goes to STDOUT and diagnostics stay the same) would make this easier. It's a change, but is it worth it? -- c