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 88d031f + 71f6077 commit 96968bdCopy full SHA for 96968bd
lldb/test/API/lit.cfg.py
@@ -254,6 +254,9 @@ def delete_module_cache(path):
254
# testFormat: The test format to use to interpret tests.
255
config.test_format = lldbtest.LLDBTest(dotest_cmd)
256
257
+# Propagate TERM or default to vt100.
258
+config.environment['TERM'] = os.getenv('TERM', default='vt100')
259
+
260
# Propagate FREEBSD_LEGACY_PLUGIN
261
if 'FREEBSD_LEGACY_PLUGIN' in os.environ:
262
config.environment['FREEBSD_LEGACY_PLUGIN'] = os.environ[
0 commit comments