From 4c152690be6986a69602977a3bac250efeb5bb11 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Fri, 20 Nov 2015 17:40:57 +0000 Subject: Remove `lldb.root` and just look for the file we care about. llvm-svn: 253679 --- lldb/scripts/Python/use_lldb_suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/scripts/Python') 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 -- cgit v1.2.3