diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest_config.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lldbtest_config.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lldbtest_config.py b/lldb/packages/Python/lldbsuite/test/lldbtest_config.py index 29184dd7831..d31588ab15c 100644 --- a/lldb/packages/Python/lldbsuite/test/lldbtest_config.py +++ b/lldb/packages/Python/lldbsuite/test/lldbtest_config.py @@ -20,3 +20,6 @@ out_of_tree_debugserver = False # path to the lldb command line executable tool lldbExec = None + +# Environment variables for the inferior +inferior_env = None |