[rtems-tools commit] tester: Use a target ON command before the first test.

Chris Johns chrisj at rtems.org
Sat Oct 21 05:20:32 UTC 2017


Module:    rtems-tools
Branch:    master
Commit:    af6a54d7c806ed86775eb9707a79d9151ace0079
Changeset: http://git.rtems.org/rtems-tools/commit/?id=af6a54d7c806ed86775eb9707a79d9151ace0079

Author:    Chris Johns <chrisj at rtems.org>
Date:      Sat Oct 21 16:09:30 2017 +1100

tester: Use a target ON command before the first test.

---

 tester/rt/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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':




More information about the vc mailing list