This aims to fix test failures on the following buildbots: - http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l - http://lab.llvm.org:8011/builders/llvm-clang-win-x-aarch64 Differential Revision: https://reviews.llvm.org/D77190
This allows running commands that use shell builtins remotely too, when 'env' would complain that it can't find the program.
This commit adds a script that can be used as an %{exec} substitution such that .sh.cpp tests can now run on remote hosts when using the SSHExecutor.