[rtems-tools commit] tester: Minor formatting change.
Chris Johns
chrisj at rtems.org
Tue Nov 27 02:55:44 UTC 2018
Module: rtems-tools
Branch: master
Commit: f632bd8b60a924533077680de58706f9ad5762c2
Changeset: http://git.rtems.org/rtems-tools/commit/?id=f632bd8b60a924533077680de58706f9ad5762c2
Author: Chris Johns <chrisj at rtems.org>
Date: Mon Nov 26 09:56:13 2018 +1100
tester: Minor formatting change.
---
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):
More information about the vc
mailing list