mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
878f9efcc8
Change the way the tests capture the output of the daemon from `PIPE` to `TemporaryFile`, as the latter avoids deadlocks related to the use of the `Popen.wait` function in conjunction with `PIPE`.