diff options
Diffstat (limited to 'tests/environment.py')
-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 76fe686380..a9098e6904 100644 --- a/tests/environment.py +++ b/tests/environment.py @@ -16,6 +16,9 @@ def before_all(context): """ try: + # Close running evo instances + os.system("evolution --force-shutdown > /dev/null") + # Skip dogtail actions to print to stdout config.logDebugToStdOut = False config.typingDelay = 0.2 |