[lldb/test] Start pexpect tests with a custom HOME
authorPavel Labath <pavel@labath.sk>
Tue, 14 Sep 2021 13:13:51 +0000 (15:13 +0200)
committerPavel Labath <pavel@labath.sk>
Tue, 14 Sep 2021 13:17:10 +0000 (15:17 +0200)
commitf22c63b41bda01163a88b0bb9887a9324810732f
tree7f0958dd40b2264bac0694bd5bc06fc250ec3384
parent601102d282d5e9a1429fea52ee17303aec8a7c10
[lldb/test] Start pexpect tests with a custom HOME

This addresses the flakyness of (at least) TestMultilineNavigation,
which was failing when the editline history of a concurrently executing
test made leaked in. Using a test-specific home directory ensures the
tests are independent.
lldb/packages/Python/lldbsuite/test/lldbpexpect.py