================
@@ -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},
----------------
labath wrote:
Instead of this, you probably want to find the variable which controls this
behavior, and add it to the list in test/API/lit.cfg.py
https://github.com/llvm/llvm-project/pull/131600
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits