On Wed Nov 14 17:18:49 2007, JSIRACUSA wrote:
Show quoted text> On Wed Nov 14 17:02:00 2007, ANDYA wrote:
> > You should still be seeing anything that goes to STDERR. Does your
> > make test just do the normal ExtUtils::MakeMaker stuff?
>
> As far as I know. Check out Rose::DB from CPAN (for example) and see
> how the t/00-warning.t test doesn't print anything with 3.01 installed,
> but does with 2.64.
Ah yes. I see the problem. I suspect it's a buffering issue. I simulated your case with a simple test that outputs some
diagnostics on STDERR, waits a few seconds then outputs test results on STDOUT. I don't see any output until the test
completes.
I'll attempt to come up with a solution for you - which may involve a new release of Test::Harness.
Thanks for the report.