Skip to content

Commit a645c9a

Browse files
committed
Really remove the old change this time.
1 parent 448eed7 commit a645c9a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lldb/test/lit.cfg.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,3 @@
1313
config.name = "lldb"
1414
config.test_source_root = os.path.dirname(__file__)
1515
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

Comments
 (0)