From e20a3b9b6c028ef3fea92ddb19e98db45e3d0509 Mon Sep 17 00:00:00 2001 From: Tatyana Krasnukha Date: Thu, 12 Dec 2019 14:17:14 +0300 Subject: [lldb][tests][NFC] Unify variable naming convention --- lldb/packages/Python/lldbsuite/test/lldbtest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py') diff --git a/lldb/packages/Python/lldbsuite/test/lldbtest.py b/lldb/packages/Python/lldbsuite/test/lldbtest.py index 0b32fc4..ffd56fc 100644 --- a/lldb/packages/Python/lldbsuite/test/lldbtest.py +++ b/lldb/packages/Python/lldbsuite/test/lldbtest.py @@ -825,8 +825,8 @@ class Base(unittest2.TestCase): self.darwinWithFramework = self.platformIsDarwin() if sys.platform.startswith("darwin"): # Handle the framework environment variable if it is set - if hasattr(lldbtest_config, 'lldbFrameworkPath'): - framework_path = lldbtest_config.lldbFrameworkPath + if hasattr(lldbtest_config, 'lldb_framework_path'): + framework_path = lldbtest_config.lldb_framework_path # Framework dir should be the directory containing the framework self.framework_dir = framework_path[:framework_path.rfind('LLDB.framework')] # If a framework dir was not specified assume the Xcode build -- cgit v1.1