================
@@ -177,7 +177,8 @@ def test_get_transcript(self):
# (lldb) r
self.assertEqual(transcript[3]["command"], "r")
self.assertEqual(transcript[3]["commandName"], "process launch")
- self.assertEqual(transcript[3]["commandArguments"], "-X true --")
+ # Not checking `commandArguments`, because it can be different on
different platforms/configurations.
+ # On macOS, it's "-X true --". On Linux, it's "-c/bin/bash --".
----------------
clayborg wrote:
Do you really need to launch a process for this test? Maybe just don't use
"process launch"? Will save some time on the test bots not having to launch a
process.
https://github.com/llvm/llvm-project/pull/94067
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits