diff options
Diffstat (limited to 'lldb/scripts/Python/use_lldb_suite.py')
-rw-r--r-- | lldb/scripts/Python/use_lldb_suite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/use_lldb_suite.py b/lldb/scripts/Python/use_lldb_suite.py index 3dbcbb91700..63a098cea22 100644 --- a/lldb/scripts/Python/use_lldb_suite.py +++ b/lldb/scripts/Python/use_lldb_suite.py @@ -9,7 +9,7 @@ def find_lldb_root(): if lldb_root is None: return None - test_path = os.path.join(lldb_root, "lldb.root") + test_path = os.path.join(lldb_root, "use_lldb_suite_root.py") if os.path.isfile(test_path): return lldb_root return None |