Xqt submitted this change.
[tests] Display 1 is running on github action
Change-Id: I35dbe0f2f236938db41b245de59f5157a0a14e76
---
M tests/tk_tests.py
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/tk_tests.py b/tests/tk_tests.py
index 430f4e3..47a1071 100755
--- a/tests/tk_tests.py
+++ b/tests/tk_tests.py
@@ -24,7 +24,7 @@
"""Set virtual display environment."""
super().setUpClass()
cls.env = os.environ.get('DISPLAY')
- os.environ['DISPLAY'] = ':0.0'
+ os.environ['DISPLAY'] = ':1.0'
@classmethod
def tearDownClass(cls):
To view, visit change 831124. To unsubscribe, or for help writing mail filters, visit settings.