llvm/lldb/test/Shell/helper
David Spickett cacaa445c3 Reland "[lldb] Use shutil.which in Shell tests find_executable"
This reverts commit d9247cc848.

With the Windows tests updated to expect .EXE suffixes. This changed
because shutil.which uses PATHEXT which will contain, amongst others,
"EXE".

Also I noticed the "." in ".exe" was the wildcard dot not literal
dot so I've escaped those.
2022-04-29 11:25:09 +00:00
..
__init__.py
build.py Reland "[lldb] Use shutil.which in Shell tests find_executable" 2022-04-29 11:25:09 +00:00
toolchain.py