in reply to Understanding TAP::Harness and prove with none perl tests

More than one plan found in TAP output

That's the root cause. One test file outputs "1..3" then "ok 1" through "ok 3" but then outputs "1..3" again. That isn't supported by TAP. If you want to do two sets of tests in one test file, then do them as subtests.

- tye        

  • Comment on Re: Understanding TAP::Harness and prove with none perl tests (2 plans)
  • Download Code