diff --git a/lldb/test/API/python_api/event/TestEvents.py b/lldb/test/API/python_api/event/TestEvents.py index 9b73a0e2e1e04..4a1b0d82c5c32 100644 --- a/lldb/test/API/python_api/event/TestEvents.py +++ b/lldb/test/API/python_api/event/TestEvents.py @@ -413,7 +413,7 @@ def test_shadow_listener(self): # Add our stop hook here, don't report on the initial attach: self.runCmd( - f"target stop-hook add -P stop_hook.StopHook -k instance -v {self.instance} -F false" + f"target stop-hook add -P stop_hook.StopHook -k instance -v {self.instance} -I false" ) self.stop_counter = 0