[PATCH v2 4/7] tester: Minor formatting change.

chrisj at rtems.org chrisj at rtems.org
Mon Nov 26 00:56:22 UTC 2018


From: Chris Johns <chrisj at rtems.org>

---
 tester/rt/test.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tester/rt/test.py b/tester/rt/test.py
index 13c1e6e..cc9e9f7 100644
--- a/tester/rt/test.py
+++ b/tester/rt/test.py
@@ -148,8 +148,9 @@ class test_run(object):
         self.end_time = datetime.datetime.now()
 
     def run(self):
+        name = 'test[%s]' % path.basename(self.executable)
         self.thread = threading.Thread(target = self.runner,
-                            name = 'test[%s]' % path.basename(self.executable))
+                                       name = name)
         self.thread.start()
 
     def is_alive(self):
-- 
2.14.1



More information about the devel mailing list