[lldb/Test] Don't use the env to pass around configuration variables (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 2 Jun 2020 23:49:03 +0000 (16:49 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 2 Jun 2020 23:49:58 +0000 (16:49 -0700)
commit4c53d4801cbbb1b573e4ef758f93ead12e1f59a2
treef8f6ee8b4eae4f4798ca964c821a0197fa2a901e
parent393ac216489773e3676ec7d80c3d993f78a29b6a
[lldb/Test] Don't use the env to pass around configuration variables (NFC)

Don't use the environment to pass values to the builder. Use the
configuration instead.
lldb/packages/Python/lldbsuite/test/configuration.py
lldb/packages/Python/lldbsuite/test/dotest.py
lldb/packages/Python/lldbsuite/test/lldbtest.py
lldb/packages/Python/lldbsuite/test/plugins/builder_base.py