mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This fixes a test execution failure on Windows where the `refactor-check-compiles.py` is not an executable.
3 lines
329 B
INI
3 lines
329 B
INI
config.substitutions.append((r'%refactor-check-compiles', f'{config.python} {config.refactor_check_compiles} -swift-refactor {config.swift_refactor} -swift-frontend {config.swift_frontend} -temp-dir %t {config.resource_dir_opt}'))
|
|
config.substitutions.append((r'%refactor', f'{config.swift_refactor} {config.resource_dir_opt}'))
|