soundd doesnt exit cleanly

This commit is contained in:
Willem Melching
2021-11-04 15:05:16 +01:00
parent dd1531af96
commit 802efe0e22
+1 -1
View File
@@ -49,7 +49,7 @@ class TestManager(unittest.TestCase):
self.assertTrue(state.running, f"{p} not running")
exit_code = managed_processes[p].stop(retry=False)
if (p == 'ui') or (EON and p == 'logcatd'):
if (p == 'ui') or (EON and p == 'logcatd') or (p == 'soundd'):
# TODO: make Qt UI exit gracefully
continue