kastiglione added inline comments.
================
Comment at:
lldb/test/API/commands/platform/process/launch/TestPlatformProcessLaunch.py:50
+ self.runCmd("settings set target.run-args D E")
+ self.runCmd("platform process launch --stdout {}".format(outfile))
+ self.runCmd("continue")
----------------
kastiglione wrote:
> @DavidSpickett did you mean for this command to use the `-s` flag too?
I have merged D153922, which fails with this test as-is. Before re-committing,
this test will need to use `-s` like the other invocations, or remove the
`"continue"` command on the next line.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153636/new/
https://reviews.llvm.org/D153636
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits