diff options
author | Vadim Rutkovsky <vrutkovs@redhat.com> | 2014-04-25 05:32:11 +0800 |
---|---|---|
committer | Vadim Rutkovsky <vrutkovs@redhat.com> | 2014-04-25 05:32:11 +0800 |
commit | 6f0baa0627a847e5f84c16fc97acf5eee6d0068e (patch) | |
tree | f6082f3d4d7dc18038773c456c33465c3ee4993a /tests | |
parent | b09d95a0afa3a80fbd4ed201591f74d9ea76ccf6 (diff) | |
download | gsoc2013-evolution-6f0baa0627a847e5f84c16fc97acf5eee6d0068e.tar gsoc2013-evolution-6f0baa0627a847e5f84c16fc97acf5eee6d0068e.tar.gz gsoc2013-evolution-6f0baa0627a847e5f84c16fc97acf5eee6d0068e.tar.bz2 gsoc2013-evolution-6f0baa0627a847e5f84c16fc97acf5eee6d0068e.tar.lz gsoc2013-evolution-6f0baa0627a847e5f84c16fc97acf5eee6d0068e.tar.xz gsoc2013-evolution-6f0baa0627a847e5f84c16fc97acf5eee6d0068e.tar.zst gsoc2013-evolution-6f0baa0627a847e5f84c16fc97acf5eee6d0068e.zip |
tests: set evo as default email client
Diffstat (limited to 'tests')
-rw-r--r-- | tests/environment.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/environment.py b/tests/environment.py index a9098e6904..c9165e0bdd 100644 --- a/tests/environment.py +++ b/tests/environment.py @@ -16,6 +16,9 @@ def before_all(context): """ try: + # Set evolution as default email client + os.system("echo 'x-scheme-handler/mailto=evolution.desktop' >> ~/.local/share/applications/mimeapps.list") + # Close running evo instances os.system("evolution --force-shutdown > /dev/null") |