I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-07-27 11:01:42-07 by ferdia in response to 9204
Re: TAP::Harness, the aggregator, the parser, and results
Hi Peter, I'm attempting to do the exact same thing and have not been able to find a solution. I need to execute the tests through the Harness in order to execute them in parallel. As far as I can tell calling
$p->next()
can't be called after running the tests through the Harness. So the individual results would need to be collected as the Harness is executing the tests. I can collect the Aggregator and Parser results but not the individual results. Did you ever find a resolution to this issue?
Direct Responses: Write a response