File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 33d9e52e7222f815352aab0634e21e30d9c624a5
2
+ refs/heads/master: aa7888f5f8447d45fe425c717b451a74e06206c2
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -1088,8 +1088,7 @@ ENV_VAR_PREFIXES = {
1088
1088
}
1089
1089
TARGET_ENV_PREFIX = ENV_VAR_PREFIXES .get (config .target_sdk_name , "" )
1090
1090
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 :
1093
1092
if 'remote_run_tmpdir' not in lit_config .params :
1094
1093
lit_config .fatal ("'remote_run_host' provided, but no "
1095
1094
"'remote_run_tmpdir'" )
You can’t perform that action at this time.
0 commit comments