Having problems with TAP::Harness / TAP::Parser output

Michael Peters mpeters at plusthree.com
Sat Mar 28 13:30:35 GMT 2009


Peter Leonard wrote:

> I *have* gotten this to work by enabling 
> $ENV{PERL_TEST_HARNESS_DUMP_TAP}, and then manually loading the files 
> into new TAP::Parser objects, but it's really roundabout, clunky, and a 
> PITA.

You could use TAP::Harness::Archive that will do basically the same thing, but 
in a nicer interface. It will create a .tar.gz file that you can then point it 
at and get a TAP::Parser::Aggregator which will have different parsers you can 
use to analyze the TAP line by line.

-- 
Michael Peters
Plus Three, LP



More information about the tapx-dev mailing list