flatpak / flatpak-xdg-utils

Simple portal-based commandline tools for use inside flatpak sandboxes
GNU Lesser General Public License v2.1
34 stars 14 forks source link

Fix test failures caused by Email v3 support #31

Closed smcv closed 4 years ago

smcv commented 4 years ago

The addition of Email v3 support in 0c2b15c7 caused the automated tests to fail. This was not completely deterministic, because it depended on uninitialized stack contents; for me, it reliably failed on Debian 10 (and on Travis-CI) but passed on Debian testing/unstable.

The important fix here is "xdg-email: Cope gracefully with version being unavailable or wrong type", which could be cherry-picked if there are problems with the rest.

smcv commented 4 years ago

It works: https://travis-ci.org/github/smcv/flatpak-xdg-utils/builds/714017614