Skip to content

Commit 5fca3a8

Browse files
authored
Merge pull request swiftlang#20988 from compnerd/what-did-you-say
2 parents 3716858 + 58c0eb2 commit 5fca3a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lit.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ shutil.rmtree(completion_cache_path, ignore_errors=True)
363363
ccp_opt = "-completion-cache-path %r" % completion_cache_path
364364
lit_config.note("Using code completion cache: " + completion_cache_path)
365365

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') )
368368
config.substitutions.append( ('%swift_obj_root', config.swift_obj_root) )
369369
config.substitutions.append( ('%swift_src_root', config.swift_src_root) )
370370
config.substitutions.append( ('%{python}', sys.executable) )

0 commit comments

Comments
 (0)