summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/findvalue_duplist
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-03-13 14:54:42 +0000
committerTamas Berghammer <tberghammer@google.com>2015-03-13 14:54:42 +0000
commit00c45289f41dde47c3b212953c918dbc0a0b40fa (patch)
treef30fc8a6c3da6ce99ce6f56547132695b98259ae /lldb/test/python_api/findvalue_duplist
parent27c8d362706349ee252926daa05759042cfdd7dc (diff)
downloadbcm5719-llvm-00c45289f41dde47c3b212953c918dbc0a0b40fa.tar.gz
bcm5719-llvm-00c45289f41dde47c3b212953c918dbc0a0b40fa.zip
Make TestSBFrameFindValue compatible with remote targets
llvm-svn: 232171
Diffstat (limited to 'lldb/test/python_api/findvalue_duplist')
-rw-r--r--lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py b/lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py
index accd88f94dd..6a3b2b0b43f 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)
OpenPOWER on IntegriCloud