Skip to content

Commit 167beca

Browse files
authored
Merge pull request #4185 from apple/jdevlieghere/5.6/fix-ci
Fix the 5.6 CI
2 parents f765bf5 + e4b9282 commit 167beca

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lldb/test/API/commands/platform/sdk/TestPlatformSDK.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def port_not_available(self):
3939
return '{} not available'.format(self.PORT)
4040
return None
4141

42+
@skipIf
4243
@no_debug_info_test
4344
@skipUnlessDarwin
4445
@expectedFailureIfFn(no_debugserver)

lldb/test/API/lit.cfg.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@ def delete_module_cache(path):
266266
# testFormat: The test format to use to interpret tests.
267267
config.test_format = lldbtest.LLDBTest(dotest_cmd)
268268

269+
# Propagate TERM or default to vt100.
270+
config.environment['TERM'] = os.getenv('TERM', default='vt100')
271+
269272
# Propagate FREEBSD_LEGACY_PLUGIN
270273
if 'FREEBSD_LEGACY_PLUGIN' in os.environ:
271274
config.environment['FREEBSD_LEGACY_PLUGIN'] = os.environ[

0 commit comments

Comments
 (0)