summaryrefslogtreecommitdiff
path: root/tester/rt/test.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-10-03 11:38:09 +1000
committerChris Johns <chrisj@rtems.org>2018-10-03 11:38:09 +1000
commit3bd8def2106f831d3af4fca61bb00881b3a6e2c0 (patch)
tree55cb04be4a8178e24caba2890bcd016acb5c596f /tester/rt/test.py
parent5416cfa39dd6b386958571f925b72a15fd63372b (diff)
config: Consolidate the version information into a single configuration file
Diffstat (limited to 'tester/rt/test.py')
-rw-r--r--tester/rt/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/rt/test.py b/tester/rt/test.py
index 9214ad6..c5d61d8 100644
--- a/tester/rt/test.py
+++ b/tester/rt/test.py
@@ -250,7 +250,7 @@ def run(command_path = None):
else:
to_addr = 'build@rtems.org'
output = log_capture()
- log.notice('RTEMS Testing - Tester, %s' % (version.str()))
+ log.notice('RTEMS Testing - Tester, %s' % (version.string()))
if opts.find_arg('--list-bsps'):
bsps.list(opts)
exe_filter = opts.find_arg('--filter')