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.
1 parent 448eed7 commit a645c9aCopy full SHA for a645c9a
lldb/test/lit.cfg.py
@@ -13,15 +13,3 @@
13
config.name = "lldb"
14
config.test_source_root = os.path.dirname(__file__)
15
config.test_exec_root = os.path.join(config.lldb_obj_root, "test")
16
-
17
-# We prefer the lit internal shell which provides a better user experience on
18
-# failures and is faster unless the user explicitly disables it with
19
-# LIT_USE_INTERNAL_SHELL=0 env var.
20
21
-use_lit_shell = True
22
-lit_shell_env = os.environ.get("LIT_USE_INTERNAL_SHELL")
23
-if lit_shell_env:
24
- use_lit_shell = lit.util.pythonize_bool(lit_shell_env)
25
26
-if use_lit_shell:
27
- os.environ["LIT_USE_INTERNAL_SHELL"] = "1"
0 commit comments