We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dpkg --status
This only checks for dpkg --status exit code:
https://github.com/MirServer/mir-ci/blob/872c503d6e665f89ac00a36370160e7c02b172d6/mir-ci/mir_ci/conftest.py#L87-L89
But needs to look for Status: ... installed ... as well.
Status: ... installed ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This only checks for
dpkg --status
exit code:https://github.com/MirServer/mir-ci/blob/872c503d6e665f89ac00a36370160e7c02b172d6/mir-ci/mir_ci/conftest.py#L87-L89
But needs to look for
Status: ... installed ...
as well.The text was updated successfully, but these errors were encountered: