labath added a comment.

In D61578#1493863 <https://reviews.llvm.org/D61578#1493863>, @jingham wrote:

> The dotest.py tests all disable reading the global .lldbinit file.  Do the 
> lit tests not do that as well?  For tests that actually test reading the 
> user's .lldbinit file we will need to do something fancy (can we change the 
> HOME environment variable to some other place so that it gets read from 
> there?)


Yes, they do. However, this test specifically disables that behavior because 
otherwise we wouldn't even read the CWD lldbinit. Changing the HOME variable 
might be enough to address this though (and I see Jonas already did that).


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61578/new/

https://reviews.llvm.org/D61578



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to