[all-commits] [llvm/llvm-project] 80b2da: Don't depend on the "run" alias doing shell expand...
jimingham via All-commits
all-commits at lists.llvm.org
Tue Jun 15 16:38:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80b2da42d28466341b9512599aac354c178c39f8
https://github.com/llvm/llvm-project/commit/80b2da42d28466341b9512599aac354c178c39f8
Author: Jim Ingham <jingham at apple.com>
Date: 2021-06-15 (Tue, 15 Jun 2021)
Changed paths:
M lldb/test/Shell/Host/TestCustomShell.test
Log Message:
-----------
Don't depend on the "run" alias doing shell expanding.
Instead dial it up explicitly.
This test started failing recently and I'm not sure why. It also
doesn't make sense to me the replacing "run" with "process launch -X 1 --"
should make any difference - run is an alias for the latter. But
it does pass with the change, and unless we are testing for the exact
run alias, it's better to ask for what we want explicitly.
More information about the All-commits
mailing list