Files
swift-mirror/test/refactoring/lit.local.cfg
Alex Hoppen ff129c3677 [test] Prepend 'python' to 'refactor-check-compiles.py' call
This fixes a test execution failure on Windows where the `refactor-check-compiles.py` is not an executable.
2022-06-22 09:27:34 +02:00

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}'))