From 3bd8def2106f831d3af4fca61bb00881b3a6e2c0 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 3 Oct 2018 11:38:09 +1000 Subject: config: Consolidate the version information into a single configuration file --- tester/rt/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tester/rt/test.py') 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') -- cgit v1.2.3