aboutsummaryrefslogtreecommitdiff
path: root/libcxx/utils/ssh.py
AgeCommit message (Expand)AuthorFilesLines
2021-11-12[libc++][NFC] Resolve Python 2 FIXMEAlfsonso Gregory1-5/+1
2021-03-25[libcxx] [test] Quote env variables that are set with a shell "export" in ssh.pyMartin Storsjö1-1/+7
2021-03-05[libcxx] [test] Add an option to ssh.py for using a different temp pathMartin Storsjö1-1/+2
2020-10-06[libcxx][lit] Add support for custom ssh/scp flags in ssh.pyAlex Richardson1-7/+20
2020-07-21[libcxx][lit] Simplify parsing of trailing executor argumentsAlex Richardson1-7/+3
2020-06-12[libc++] Make executor scripts executableLouis Dionne1-0/+1
2020-06-10[libc++] Consider everything inside %T to be a dependency of each testLouis Dionne1-11/+7
2020-05-06[libc++] NFC: Do not print the environment on remote hostsLouis Dionne1-5/+4
2020-04-24[libc++] Quietly scp tarballs over with the remote executorLouis Dionne1-1/+1
2020-04-18[libc++] Use proper shell escaping in the executorsLouis Dionne1-1/+2
2020-04-17Revert "[libc++] Use proper shell escaping in the executors"Louis Dionne1-3/+1
2020-04-17[libc++] Use proper shell escaping in the executorsLouis Dionne1-1/+3
2020-04-06[libc++] SSH: Fix tarring of dependencies on WindowsLouis Dionne1-2/+10
2020-04-03[libc++] Lit: Add default values for most arguments of test executorsLouis Dionne1-3/+3
2020-04-01[libc++] SSH: Create a tarball of dependencies and scp that insteadLouis Dionne1-27/+33
2020-04-01[libc++] SSH: Use -p when scp'ing to preserve modes and modification timesLouis Dionne1-1/+1
2020-04-01[libc++] SSH: Properly handle test-executables that are not the first argumentLouis Dionne1-29/+29
2020-04-01[libc++] Handle SSH errors more gracefully and make sure we clean up the tmp ...Louis Dionne1-36/+43
2020-04-01[libc++abi] Fix remote execution of .sh.cpp testsSergej Jaskiewicz1-2/+3
2020-03-31[libc++] Use 'export' instead of 'env' to run remote commandsLouis Dionne1-2/+6
2020-03-31[libc++] Allow running .sh.cpp tests with SSHExecutorsLouis Dionne1-0/+90