diff options
Diffstat (limited to 'debuginfo-tests/lit.cfg.py')
| -rw-r--r-- | debuginfo-tests/lit.cfg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuginfo-tests/lit.cfg.py b/debuginfo-tests/lit.cfg.py index a8d23f34fe6..82e9b80b06f 100644 --- a/debuginfo-tests/lit.cfg.py +++ b/debuginfo-tests/lit.cfg.py @@ -99,7 +99,7 @@ if lldb_path is not None: # Produce dexter path, lldb path, and combine into the %dexter substitution dexter_path = os.path.join(config.debuginfo_tests_src_root, 'dexter', 'dexter.py') -dexter_cmd = '{} {} test'.format(config.python3_executable, dexter_path) +dexter_cmd = '"{}" "{}" test'.format(config.python3_executable, dexter_path) if lldb_path is not None: dexter_cmd += ' --lldb-executable {}'.format(lldb_path) |

