We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b1d5ea + 0ce98ee commit bdbd758Copy full SHA for bdbd758
reframe/frontend/cli.py
@@ -962,7 +962,7 @@ def print_infoline(param, value):
962
printer.info(f" {param.ljust(18)} {value}")
963
964
session_info = {
965
- 'cmdline': ' '.join(sys.argv),
+ 'cmdline': ' '.join(shlex.quote(arg) for arg in sys.argv),
966
'config_files': rt.site_config.sources,
967
'data_version': runreport.DATA_VERSION,
968
'hostname': socket.gethostname(),
0 commit comments