[gnome-settings-daemon/jjardon/f36: 4/4] tests: Initialize unused daemon_death_expected
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/jjardon/f36: 4/4] tests: Initialize unused daemon_death_expected
- Date: Thu, 10 Feb 2022 15:35:14 +0000 (UTC)
commit df0c12a1f2a96a1c05aa591f8b87966177ed6974
Author: Benjamin Berg <bberg redhat com>
Date: Thu Feb 10 15:53:45 2022 +0100
tests: Initialize unused daemon_death_expected
tests/gsdtestcase.py | 3 +++
1 file changed, 3 insertions(+)
---
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]