summaryrefslogtreecommitdiffstats
path: root/tester/rt/report.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-10-24 21:35:21 +1100
committerChris Johns <chrisj@rtems.org>2017-10-24 22:21:35 +1100
commitbf58911519afb7ce2117dedadf3d76da436b2361 (patch)
treeaac7608d8153bc72e60164bd2183b8e625dc8730 /tester/rt/report.py
parenttester: Add an executable file name filter. (diff)
downloadrtems-tools-bf58911519afb7ce2117dedadf3d76da436b2361.tar.bz2
tester: Refactor to use INI format files for BSP configurations.
- Add support for user condfigurations files with the --user-config. - Add support for a $HOME/.rtemstesterrc for a user configuration. Closes #3204.
Diffstat (limited to 'tester/rt/report.py')
-rw-r--r--tester/rt/report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/rt/report.py b/tester/rt/report.py
index 03a2a47..8f266d1 100644
--- a/tester/rt/report.py
+++ b/tester/rt/report.py
@@ -98,7 +98,7 @@ class report(object):
self.results[name] = { 'index': index,
'bsp': bsp,
'bsp_arch': bsp_arch,
- 'exe': executable,
+ 'exe': name,
'start': datetime.datetime.now(),
'end': None,
'result': None,