On Thu, Sep 20, 2001 at 11:30:38AM -0400, Shane Landrum wrote:
> I want T::H::Straps to be able to tell me whether there were warnings
> during my test run, and if so, what they were. Working modules
> don't generally warn. Perhaps that should be switchable.  

Ok, I'll have to trap STDERR.  It's going to be tricky to preserve the
interweaving of STDOUT and STDERR though, and to do it without
IPC::Open3.


> Also, I assume that T::H::S wants to be pointed at a module directory,
> where it can "perl Makefile.PL && make && make test"--- so that
> I can rebuild my embedded tests and get test results programmatically.
> That doesn't seem to be how it works; I'm doing a lot of that at
> user level instead. Seems somewhat clunky. 

That's out of Test::Harness's scope.  For something like that you want
CPAN::Smoke.


> Also, total_results doesn't yet work, and I want it to--- related
> to the last paragraph. That's what I assume total_results will
> give me when it's implemented.

Nope, total_results is just a hash of file that have been analyzed and
their results.


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl6 Quality Assurance     <[EMAIL PROTECTED]>       Kwalitee Is Job One
Stupid am I?  Stupid like a fox!

Reply via email to