Skip to content

Commit bb52eed

Browse files
committed
[lit] Allow remote-run to be ran on iOS platform
1 parent 2e7c328 commit bb52eed

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)