[x] I have checked that another pull request for this purpose does not exist.
[x] I have considered, and confirmed that this submission will be valuable to others.
[ ] I have created or updated the relevant documentation for this change on the PHPCI Wiki.
[x] Do the PHPCI tests pass?
Detailed description of change:
I came across an interesting glitch where in if a primary was skipped, and resulting child (@dependsOn), the tap parser considered the skipped child tests as failed tests. This adds the logic to ensure that those are considered passing.
Contribution Type: bug fix Link to Intent to Implement: N/A Link to Bug: N/A
This pull request affects the following areas:
In raising this pull request, I confirm the following (please check boxes):
Detailed description of change:
I came across an interesting glitch where in if a primary was skipped, and resulting child (@dependsOn), the tap parser considered the skipped child tests as failed tests. This adds the logic to ensure that those are considered passing.