Attention is currently required from: pespin.
fixeria 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/bc65f89f_9d05f7bf?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 autom […]
No. These files will be destroyed as soon as they're closed, see:
https://docs.python.org/3/library/tempfile.html