Skip to content

Commit bc318c5

Browse files
committed
---
yaml --- r: 347642 b: refs/heads/master c: aa7888f h: refs/heads/master
1 parent 6cb4d26 commit bc318c5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 33d9e52e7222f815352aab0634e21e30d9c624a5
2+
refs/heads/master: aa7888f5f8447d45fe425c717b451a74e06206c2
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/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)