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.
1 parent c8a924f commit 689e974Copy full SHA for 689e974
test/lit.cfg
@@ -1967,7 +1967,7 @@ if config.lldb_build_root != "":
1967
else:
1968
config.available_features.add('lldb')
1969
config.substitutions.append(('%lldb-python-path', lldb_python_path))
1970
- config.substitutions.append(('%lldb-python', 'PYTHONPATH=%s %s' % (lldb_python_path, lldb_python)))
+ config.substitutions.append(('%{lldb-python}', 'PYTHONPATH=%s %s' % (lldb_python_path, lldb_python)))
1971
1972
# Disable randomized hash seeding by default. Tests need to manually opt in to
1973
# random seeds by unsetting the SWIFT_DETERMINISTIC_HASHING environment
0 commit comments