Skip to content

Commit 2bfe2b8

Browse files
committed
[lldb][testsuite] Check that process is launched successfully in inline tests
1 parent ccf1c30 commit 2bfe2b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/packages/Python/lldbsuite/test/lldbinline.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ def do_test(self):
137137
parser.set_breakpoints(target)
138138

139139
process = target.LaunchSimple(None, None, self.get_process_working_directory())
140+
self.assertIsNotNone(process, PROCESS_IS_VALID)
141+
140142
hit_breakpoints = 0
141143

142144
while lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint):

0 commit comments

Comments
 (0)