soundd doesnt exit cleanly

pull/22794/head
Willem Melching 2021-11-04 15:05:16 +01:00
parent dd1531af96
commit 802efe0e22
1 changed files with 1 additions and 1 deletions

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