aboutsummaryrefslogtreecommitdiff
path: root/debug/testlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug/testlib.py')
-rw-r--r--debug/testlib.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/testlib.py b/debug/testlib.py
index f8e3d8c..d2e587b 100644
--- a/debug/testlib.py
+++ b/debug/testlib.py
@@ -240,6 +240,7 @@ class VcsSim:
# pylint: disable-next=consider-using-with
logfile = tempfile.NamedTemporaryFile(prefix='simv', suffix='.log')
logname = logfile.name
+ lognames = [logname]
def __init__(self, sim_cmd=None, debug=False, timeout=300):
if sim_cmd: