Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test/recipes/80-test_ca.t to skip_all properly in a subtest #13331

Closed
wants to merge 1 commit into from

Conversation

levitte
Copy link
Member

@levitte levitte commented Nov 5, 2020

It's perfectlt ok to 'plan skip_all' in a subtest, but in that case,
it must really be inside the subtest.

Fixes #13330

It's perfectlt ok to 'plan skip_all' in a subtest, but in that case,
it must really be inside the subtest.

Fixes openssl#13330
@levitte levitte added branch: master Merge to master branch approval: review pending This pull request needs review by a committer labels Nov 5, 2020
@paulidale paulidale added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Nov 5, 2020
@rainerjung
Copy link
Contributor

Works for me, thanks!

@openssl-machine
Copy link
Collaborator

24 hours has passed since 'approval: done' was set, but as this PR has been updated in that time the label 'approval: ready to merge' is not being automatically set. Please review the updates and set the label manually.

@levitte
Copy link
Member Author

levitte commented Nov 7, 2020

Merged

914079d Fix test/recipes/80-test_ca.t to skip_all properly in a subtest

@levitte levitte closed this Nov 7, 2020
@levitte levitte deleted the fix-13330 branch November 7, 2020 11:30
openssl-machine pushed a commit that referenced this pull request Nov 7, 2020
It's perfectlt ok to 'plan skip_all' in a subtest, but in that case,
it must really be inside the subtest.

Fixes #13330

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from #13331)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: done This pull request has the required number of approvals branch: master Merge to master branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3.0.0-alpha8: 80-test_ca.t fails for Perl 5.10
4 participants