================ @@ -337,7 +337,7 @@ def test_commands(self): # Get output from the console. This should contain both the # "exitCommands" that were run after the second breakpoint was hit # and the "terminateCommands" due to the debugging session ending - output = self.collect_console(duration=1.0) + output = self.collect_console(timeout_secs=1.0) ---------------- walter-erquinigo wrote:
add `terminateCommands` to the pattern https://github.com/llvm/llvm-project/pull/94494 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits