diff --git a/tools/test-stream-input.py b/tools/test-stream-input.py index fe4c086fe..792e2ab11 100755 --- a/tools/test-stream-input.py +++ b/tools/test-stream-input.py @@ -76,7 +76,7 @@ def run(): cmd.extend([stream_url]) print(" ".join(cmd)) - with suppress(subprocess.CalledProcessError): + with suppress(subprocess.CalledProcessError, KeyboardInterrupt): subprocess.run(cmd, check=True, text=True)