Attention is currently required from: fixeria.
pespin has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-msc/+/41127?usp=email )
Change subject: tests/{ctrl,vty}_test_runner.py: dump stdout/stderr ......................................................................
Patch Set 1:
(1 comment)
File tests/ctrl_test_runner.py:
https://gerrit.osmocom.org/c/osmo-msc/+/41127/comment/eb36b838_e57924d0?usp=... : PS1, Line 54: self.stdout = tempfile.TemporaryFile() Does that mean now we create a temporary file each time a test is run which is never destroyed automatically? This will end up with tons of files being created in tmpfs?