soundd doesnt exit cleanly

old-commit-hash: 802efe0e22
commatwo_master
Willem Melching 4 years ago
parent 0b73c09488
commit 6712c4e520
  1. 2
      selfdrive/manager/test/test_manager.py

@ -49,7 +49,7 @@ class TestManager(unittest.TestCase):
self.assertTrue(state.running, f"{p} not running") self.assertTrue(state.running, f"{p} not running")
exit_code = managed_processes[p].stop(retry=False) 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 # TODO: make Qt UI exit gracefully
continue continue

Loading…
Cancel
Save