[Lldb-commits] [lldb] [lldb][test] Support remote run of Shell tests (PR #95986)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 31 01:10:58 PDT 2024


================
@@ -4,16 +4,16 @@
 
 target create -l "ls" /bin/ls
 target list
-# CHECK: * target #0 (ls): /bin/ls
+# CHECK: * target #0 (ls): [[LS_PATH:.*]]
----------------
DavidSpickett wrote:

Do I understand correctly here that the path `/bin/ls` is given to target create, that program is sent to the remote and this LS_PATH will be `<platform working dir>/ls`? So that's why the substitution is needed.

https://github.com/llvm/llvm-project/pull/95986


More information about the lldb-commits mailing list