summaryrefslogtreecommitdiff
path: root/tester/rt/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'tester/rt/run.py')
-rw-r--r--tester/rt/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/rt/run.py b/tester/rt/run.py
index cf8c4e5..1f4fa3a 100644
--- a/tester/rt/run.py
+++ b/tester/rt/run.py
@@ -114,7 +114,7 @@ def run(command_path = None):
opts = options.load(sys.argv,
optargs = optargs,
command_path = command_path)
- log.notice('RTEMS Testing - Run, %s' % (version.str()))
+ log.notice('RTEMS Testing - Run, %s' % (version.string()))
if opts.find_arg('--list-bsps'):
bsps.list(opts)
opts.log_info()