canonical / mir-ci

Mir CI helpers
1 stars 1 forks source link

Need to check `dpkg --status` output #77

Open Saviq opened 5 months ago

Saviq commented 5 months ago

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.