Hi all,
I'm looking into running part of our test-suite in parallel.
TAP::Harness understands the way we'd like the tests ordered:
{ seq => [
{ seq => [ glob 't/0*.t' ] },
{ par => [ glob 't/1*.t' ] },
{ par => [ glob 't/{2,3,4,5,6,7,8}*.t' ] },
{ seq => [ glob 't/9*.t' ] },
]}
App::Prove can only do a simple version of rules (that ends up running the
tests all wrong).
On the other hand, prove has all the logic we need to get the job done.
Is there a way, without redoing all the work in App::Prove to get this done?
TIA +
Good luck,
Abe.
--
_ | "Pinky, are you pondering what I'm pondering?"
( ) | Well, I think so *hiccup*, but Kevin Costner with an English
X | accent? (19 Oct 96 - Robin Brain)
/ \ |
signature.asc
Description: OpenPGP digital signature
