Skip to content

Commit 471fe9c

Browse files
authored
Fix TestEvents.py after: 4fdb8cb (#138211)
I changed the option name from at-first-stop (-F) to at-initial-stop (-I) but missed one place in the testsuite.
1 parent 1a44f38 commit 471fe9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/python_api/event/TestEvents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def test_shadow_listener(self):
413413

414414
# Add our stop hook here, don't report on the initial attach:
415415
self.runCmd(
416-
f"target stop-hook add -P stop_hook.StopHook -k instance -v {self.instance} -F false"
416+
f"target stop-hook add -P stop_hook.StopHook -k instance -v {self.instance} -I false"
417417
)
418418
self.stop_counter = 0
419419

0 commit comments

Comments
 (0)