[libcxx] [test] Add an option to ssh.py for using a different temp path
authorMartin Storsjö <martin@martin.st>
Tue, 20 Oct 2020 18:23:41 +0000 (21:23 +0300)
committerMartin Storsjö <martin@martin.st>
Fri, 5 Mar 2021 17:37:31 +0000 (19:37 +0200)
commit232fec941d2301165ea20ba8e6970bdf3c515c84
tree464957eed382d49f7a0efdf4450461eaff8b36d0
parent1adaf48d231d1dfbd7ff575e2d03c8b01a512fe7
[libcxx] [test] Add an option to ssh.py for using a different temp path

If cross testing on Windows via WSL (at least with WSL 1), the Windows
executables can't be executed if they are in WSL specific directories
(like /tmp).

Differential Revision: https://reviews.llvm.org/D98028
libcxx/utils/ssh.py