Fix Morse stderr thread race and broaden startup fallbacks

This commit is contained in:
Smittix
2026-02-26 15:37:17 +00:00
parent 6a54bc8cf3
commit 64f0e687a0
2 changed files with 106 additions and 31 deletions

View File

@@ -393,7 +393,8 @@ class TestMorseLifecycleRoutes:
assert '-D' in popen_cmds[0]
assert '2' in popen_cmds[0]
assert popen_cmds[1][0] == 'rtl_sdr'
assert '-D' not in popen_cmds[1]
assert '-D' in popen_cmds[1]
assert '1' in popen_cmds[1]
stop_resp = client.post('/morse/stop')
assert stop_resp.status_code == 200