summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py')
-rw-r--r--lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py b/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py
index d845c7903bc..c04e9c08845 100644
--- a/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py
+++ b/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py
@@ -36,7 +36,7 @@ class ThreadsStackTracesTestCase(TestBase):
self.assertTrue(breakpoint, VALID_BREAKPOINT)
# Now launch the process, and do not stop at entry point.
- process = target.LaunchSimple(["abc", "xyz"], None, os.getcwd())
+ process = target.LaunchSimple (["abc", "xyz"], None, self.get_process_working_directory())
if not process:
self.fail("SBTarget.LaunchProcess() failed")
OpenPOWER on IntegriCloud