Re: Test::Harness::Straps - changes?

2005-07-30 Thread Yuval Kogman
On Fri, Jul 29, 2005 at 22:27:29 +0100, Adrian Howard wrote: > Earlier today chromatic kindly gave me a gentle tap with the cluestick which > let me figure out how to give T::H::S STDERR & STDOUT, which means my mates > test results are now > toddling off to a SQLite database quite happily.

Re: Test::Builder::STDOUT ?

2005-07-30 Thread Adrian Howard
On 30 Jul 2005, at 00:00, Michael G Schwern wrote: [snip] Perhaps you misunderstand. I did I mean to put that BEGIN { *STDERR = *STDOUT } in the test script. foo.t never prints to STDERR. Doh. I would have to put in in a module so I could shim it in with HARNESS_PERL_SWITCHES but yes,

Re: Test::Harness::Straps - changes?

2005-07-30 Thread Adrian Howard
On 30 Jul 2005, at 01:05, Andy Lester wrote: On Fri, Jul 29, 2005 at 03:57:07PM -0700, Michael G Schwern ([EMAIL PROTECTED]) wrote: This is, IMHO, the wrong place to do it. The test should not be responsible for decorating results, Test::Harness should be. It means you can decorate ANY te

Re: Test::Harness::Straps - changes?

2005-07-30 Thread chromatic
On Sat, 2005-07-30 at 11:50 +0100, Adrian Howard wrote: > I took chromatic to mean that he'd like the test harness to do the > decorating... Yep -- that way you don't have to munge whatever formatting Test::Harness::Straps does, you just decorate on a method that does the formatting for you. >