summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-10-21 16:09:30 +1100
committerChris Johns <chrisj@rtems.org>2017-10-21 16:20:04 +1100
commitaf6a54d7c806ed86775eb9707a79d9151ace0079 (patch)
treefa340276507fa766cf214422b66f369685c05140
parenttester: Print the host and port on error in telnet connect. (diff)
downloadrtems-tools-af6a54d7c806ed86775eb9707a79d9151ace0079.tar.bz2
tester: Use a target ON command before the first test.
-rw-r--r--tester/rt/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/rt/config.py b/tester/rt/config.py
index 08f451e..630a65c 100644
--- a/tester/rt/config.py
+++ b/tester/rt/config.py
@@ -244,7 +244,7 @@ class file(config.file):
bsp = self.expand('%{bsp}')
self.report.start(index, total, exe, exe, bsp_arch, bsp)
if self.index == 1:
- self._target_command('reset')
+ self._target_command('on')
finally:
self._unlock()
if _directive == '%execute':