Skip to content

Commit 24139ea

Browse files
authored
Merge pull request swiftlang#24406 from apple/update-remote-run
[lit] Allow remote-run to be ran on iOS platform
2 parents 4e86c8f + bb52eed commit 24139ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/lit.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,8 +1088,7 @@ ENV_VAR_PREFIXES = {
10881088
}
10891089
TARGET_ENV_PREFIX = ENV_VAR_PREFIXES.get(config.target_sdk_name, "")
10901090

1091-
if (not getattr(config, 'target_run', None) and
1092-
'remote_run_host' in lit_config.params):
1091+
if 'remote_run_host' in lit_config.params:
10931092
if 'remote_run_tmpdir' not in lit_config.params:
10941093
lit_config.fatal("'remote_run_host' provided, but no "
10951094
"'remote_run_tmpdir'")

0 commit comments

Comments
 (0)