summaryrefslogtreecommitdiff
path: root/tester/rt/options.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/options.py
parent5416cfa39dd6b386958571f925b72a15fd63372b (diff)
config: Consolidate the version information into a single configuration file
Diffstat (limited to 'tester/rt/options.py')
-rw-r--r--tester/rt/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/rt/options.py b/tester/rt/options.py
index d41b721..da743c1 100644
--- a/tester/rt/options.py
+++ b/tester/rt/options.py
@@ -109,7 +109,7 @@ def load(args, optargs = None,
def run(args):
try:
_opts = load(args = args, defaults = defaults_mc)
- log.notice('RTEMS Test - Defaults, v%s' % (version.str()))
+ log.notice('RTEMS Test - Defaults, v%s' % (version.string()))
_opts.log_info()
log.notice('Options:')
log.notice(str(_opts))