summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
diff options
context:
space:
mode:
authorTatyana Krasnukha <tatyana@synopsys.com>2019-12-12 14:17:14 +0300
committerTatyana Krasnukha <tatyana@synopsys.com>2020-01-10 17:37:55 +0300
commite20a3b9b6c028ef3fea92ddb19e98db45e3d0509 (patch)
treea4357d4af48c426879e61e48bd27f4c644184380 /lldb/packages/Python/lldbsuite/test/lldbtest.py
parentf0fd11df7d5488e2747f26a3bfcf62459fee54ad (diff)
downloadbcm5719-llvm-e20a3b9b6c028ef3fea92ddb19e98db45e3d0509.tar.gz
bcm5719-llvm-e20a3b9b6c028ef3fea92ddb19e98db45e3d0509.zip
[lldb][tests][NFC] Unify variable naming convention
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lldbtest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lldbtest.py b/lldb/packages/Python/lldbsuite/test/lldbtest.py
index 0b32fc4ef58..ffd56fcb0ed 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
OpenPOWER on IntegriCloud