summaryrefslogtreecommitdiff
path: root/tester/rt/options.py
diff options
context:
space:
mode:
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))