Make TestSBFrameFindValue compatible with remote targets
authorTamas Berghammer <tberghammer@google.com>
Fri, 13 Mar 2015 14:54:42 +0000 (14:54 +0000)
committerTamas Berghammer <tberghammer@google.com>
Fri, 13 Mar 2015 14:54:42 +0000 (14:54 +0000)
llvm-svn: 232171

lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py

index accd88f..6a3b2b0 100644 (file)
@@ -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)