From 00c45289f41dde47c3b212953c918dbc0a0b40fa Mon Sep 17 00:00:00 2001 From: Tamas Berghammer Date: Fri, 13 Mar 2015 14:54:42 +0000 Subject: [PATCH] Make TestSBFrameFindValue compatible with remote targets llvm-svn: 232171 --- lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py b/lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py index accd88f..6a3b2b0 100644 --- a/lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py +++ b/lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py @@ -45,7 +45,7 @@ class SBFrameFindValueTestCase(TestBase): self.assertTrue(breakpoint.GetNumLocations() > 0, VALID_BREAKPOINT) # Launch the process, and do not stop at the entry point. - process = target.LaunchSimple(None, None, os.getcwd()) + process = target.LaunchSimple(None, None, self.get_process_working_directory()) self.assertTrue(process, PROCESS_IS_VALID) -- 2.7.4