Index: test/use_lldb_suite.py =================================================================== --- test/use_lldb_suite.py +++ test/use_lldb_suite.py @@ -4,7 +4,9 @@ def find_lldb_root(): - lldb_root = os.path.dirname(inspect.getfile(inspect.currentframe())) + lldb_root = os.path.dirname( + os.path.abspath(inspect.getfile(inspect.currentframe())) + ) while True: lldb_root = os.path.dirname(lldb_root) if lldb_root is None: