[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:

Could make this supported on Windows too if we happen to have some basic C file hanging around in this dir and use that to make the test binaries instead, but out of scope for this PR.

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


More information about the lldb-commits mailing list