summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-10-11 22:49:17 +1100
committerChris Johns <chrisj@rtems.org>2017-10-11 22:51:02 +1100
commit4b76b8ef7ff7ebf0f1b237a179f5a3ae56a89613 (patch)
tree46e59c8f81d7a379e64038c7d26a29d3a5cb2ea5
parenttesting: Print the output after the result. Easier to find and review failures. (diff)
downloadrtems-tools-4b76b8ef7ff7ebf0f1b237a179f5a3ae56a89613.tar.bz2
testing: Generate console message on a second TFTP exe request.
-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 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