[all-commits] [llvm/llvm-project] f54931: [lldb] Set the TERM environment variable for the A...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Mar 22 11:01:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f54931865de823fd4c3ab3650d8b8a65900433ff
https://github.com/llvm/llvm-project/commit/f54931865de823fd4c3ab3650d8b8a65900433ff
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-03-22 (Tue, 22 Mar 2022)
Changed paths:
M lldb/test/API/lit.cfg.py
Log Message:
-----------
[lldb] Set the TERM environment variable for the API tests
Avoid "TERM environment variable not set" by either propagating the TERM
environment variable or defaulting to vt100. All of our CI is already
doing this explicitly through the --env dotest arg, but it's easy to
forget when setting up a new job. I don't see any downside in making it
the default.
More information about the All-commits
mailing list