We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac4c31 commit f906104Copy full SHA for f906104
debuginfo-tests/lit.cfg.py
@@ -99,7 +99,7 @@ def get_required_attr(config, attr_name):
99
# Produce dexter path, lldb path, and combine into the %dexter substitution
100
dexter_path = os.path.join(config.debuginfo_tests_src_root,
101
'dexter', 'dexter.py')
102
-dexter_cmd = '{} {} test'.format(config.python3_executable, dexter_path)
+dexter_cmd = '"{}" "{}" test'.format(config.python3_executable, dexter_path)
103
if lldb_path is not None:
104
dexter_cmd += ' --lldb-executable {}'.format(lldb_path)
105
0 commit comments