File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -363,8 +363,8 @@ shutil.rmtree(completion_cache_path, ignore_errors=True)
363
363
ccp_opt = "-completion-cache-path %r" % completion_cache_path
364
364
lit_config .note ("Using code completion cache: " + completion_cache_path )
365
365
366
- config .substitutions .append ( ('%validate-incrparse' , '%utils/incrparse/validate_parse.py --temp-dir %t --swift-syntax-test %swift-syntax-test' ) )
367
- config .substitutions .append ( ('%incr-transfer-tree' , '%utils/incrparse/incr_transfer_tree.py --temp-dir %t --swift-syntax-test %swift-syntax-test' ) )
366
+ config .substitutions .append ( ('%validate-incrparse' , '%{python} % utils/incrparse/validate_parse.py --temp-dir %t --swift-syntax-test %swift-syntax-test' ) )
367
+ config .substitutions .append ( ('%incr-transfer-tree' , '%{python} % utils/incrparse/incr_transfer_tree.py --temp-dir %t --swift-syntax-test %swift-syntax-test' ) )
368
368
config .substitutions .append ( ('%swift_obj_root' , config .swift_obj_root ) )
369
369
config .substitutions .append ( ('%swift_src_root' , config .swift_src_root ) )
370
370
config .substitutions .append ( ('%{python}' , sys .executable ) )
You can’t perform that action at this time.
0 commit comments