We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f765bf5 + e4b9282 commit 167becaCopy full SHA for 167beca
lldb/test/API/commands/platform/sdk/TestPlatformSDK.py
@@ -39,6 +39,7 @@ def port_not_available(self):
39
return '{} not available'.format(self.PORT)
40
return None
41
42
+ @skipIf
43
@no_debug_info_test
44
@skipUnlessDarwin
45
@expectedFailureIfFn(no_debugserver)
lldb/test/API/lit.cfg.py
@@ -266,6 +266,9 @@ def delete_module_cache(path):
266
# testFormat: The test format to use to interpret tests.
267
config.test_format = lldbtest.LLDBTest(dotest_cmd)
268
269
+# Propagate TERM or default to vt100.
270
+config.environment['TERM'] = os.getenv('TERM', default='vt100')
271
+
272
# Propagate FREEBSD_LEGACY_PLUGIN
273
if 'FREEBSD_LEGACY_PLUGIN' in os.environ:
274
config.environment['FREEBSD_LEGACY_PLUGIN'] = os.environ[
0 commit comments