summaryrefslogtreecommitdiffstats
path: root/tester/rt/tftp.py
diff options
context:
space:
mode:
Diffstat (limited to 'tester/rt/tftp.py')
-rw-r--r--tester/rt/tftp.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tester/rt/tftp.py b/tester/rt/tftp.py
index c91ae51..d518036 100644
--- a/tester/rt/tftp.py
+++ b/tester/rt/tftp.py
@@ -162,6 +162,8 @@ class tftp(object):
self.console = console
self.port = port
self.exe = executable
+ if self.console:
+ self.console('tftp: exe: %s' % (executable))
self.timeout = timeout[1]
self.listener = threading.Thread(target = self._runner,
name = 'tftp-listener')