diff --git a/reframe/frontend/cli.py b/reframe/frontend/cli.py index 93c14c3778..956f114e0c 100644 --- a/reframe/frontend/cli.py +++ b/reframe/frontend/cli.py @@ -442,7 +442,7 @@ def main(): # Print command line printer.info('Command line: %s' % ' '.join(sys.argv)) - printer.info('Reframe version: ' + reframe.VERSION) + printer.info('Reframe version: ' + os_ext.reframe_version()) printer.info('Launched by user: ' + (os_ext.osuser() or '')) printer.info('Launched on host: ' + socket.gethostname())