[rtems-tools commit] testing: Generate console message on a second TFTP exe request.
Chris Johns
chrisj at rtems.org
Wed Oct 11 11:51:08 UTC 2017
Module: rtems-tools
Branch: master
Commit: 4b76b8ef7ff7ebf0f1b237a179f5a3ae56a89613
Changeset: http://git.rtems.org/rtems-tools/commit/?id=4b76b8ef7ff7ebf0f1b237a179f5a3ae56a89613
Author: Chris Johns <chrisj at rtems.org>
Date: Wed Oct 11 22:49:17 2017 +1100
testing: Generate console message on a second TFTP exe request.
---
tester/rt/tftp.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tester/rt/tftp.py b/tester/rt/tftp.py
index d6184cf..243f9b3 100644
--- a/tester/rt/tftp.py
+++ b/tester/rt/tftp.py
@@ -120,6 +120,8 @@ class tftp(object):
if self.console:
self.console('tftp: %s' % (exe))
return open(exe, "rb")
+ if self.console:
+ self.console('tftp: re-requesting exe; target must have reset')
self._stop()
return None
More information about the vc
mailing list