[Lldb-commits] [lldb] [LLDB] Fix tests on Windows (PR #131600)
Aleksandr Korepanov via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 18 04:20:53 PDT 2025
================
@@ -63,7 +63,7 @@ def execute(self, test, litConfig):
try:
out, err, exitCode = lit.util.executeCommand(
cmd,
- env=test.config.environment,
+ env={**os.environ, **test.config.environment},
----------------
AlexK0 wrote:
Fixed
https://github.com/llvm/llvm-project/pull/131600
More information about the lldb-commits
mailing list