Jim Cromie wrote:
> >ok() goes to stdout by default, diag() to stderr
> >
> 
> which is, I presume, why perl -Ilib t/foo.t  produces more output than 
> make test.
> I see that as a feature.    I guess note() should go to stderr - for my 
> preferences at least.

Then just do *note = \&diag :)

> >>or maybe  a new function, ex: note() is better:
> >>
> >>note......................................ok#  YOUR INFORMATIONAL 
> >>MESSAGE HERE
> >>    
> >>
> >
> >if that goes to stdout, that won't appear in the default harness output
> >  
> >
> 
> Im not sure whether you regard this as a problem or a feature.

as a feature. As I was saying, I like neat lined up OKs :) lots of :)

> >Or use separate .t files ?
> 
> for some cases, thats overkill.

I knew you were going to say this.

Reply via email to