summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/rust.py
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2025-02-27 08:23:20 +0100
committerEli Schwartz <eschwartz93@gmail.com>2025-02-27 15:25:57 -0500
commitde7d8f9e48b7801659c15f03489d1b5a2fbe7d50 (patch)
treee3aeaa0e96262c83a53c83116c800d23bc0d874d /mesonbuild/modules/rust.py
parent7fd17ab12854ff5339f3309156cd9b705f517fd0 (diff)
downloadmeson-de7d8f9e48b7801659c15f03489d1b5a2fbe7d50.tar.gz
test: fix hang when running tests that need parsing with `--interactive`
When running tests with `--interactive` we don't redirect stdin, stdout or stderr and instead pass them on to the user's console. This redirect causes us to hang in case the test in question needs parsing, like it is the case for TAP output, because we cannot read the process's stdout. Fix this hang by not parsing output when running in interactive mode. Signed-off-by: Patrick Steinhardt <ps@pks.im>
Diffstat (limited to 'mesonbuild/modules/rust.py')
0 files changed, 0 insertions, 0 deletions