summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2022-02-10 15:53:45 +0100
committerBenjamin Berg <benjamin@sipsolutions.net>2022-02-10 15:55:11 +0000
commit0815337fa350c758561412fb91e21233cef96812 (patch)
treef2009efbe63252fa62f6fbb3e2209ac678fb1c86 /tests
parentfe1412237490ffeeb2e6a6660cc09b960669ee47 (diff)
downloadgnome-settings-daemon-0815337fa350c758561412fb91e21233cef96812.tar.gz
tests: Initialize unused daemon_death_expected
Diffstat (limited to 'tests')
-rw-r--r--tests/gsdtestcase.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/gsdtestcase.py b/tests/gsdtestcase.py
index ec715b36..fab6bee2 100644
--- a/tests/gsdtestcase.py
+++ b/tests/gsdtestcase.py
@@ -112,6 +112,9 @@ class GSDTestCase(X11SessionTestCase):
raise KeyboardInterrupt()
signal.signal(signal.SIGTERM, r)
+ def setUp(self):
+ self.daemon_death_expected = False
+
def tearDown(self):
# we check this at the end so that the other cleanup always happens
daemon_running = self.daemon.poll() == None