aboutsummaryrefslogtreecommitdiff
path: root/libcxx/utils/ssh.py
AgeCommit message (Expand)AuthorFilesLines
2023-09-25[libc++] Make sure we forward stdin through executors (#67064)Louis Dionne1-3/+6
2023-09-21[libc++] When run in verbose mode, ssh.py should print to stderr, not stdoutLouis Dionne1-1/+1
2023-09-21[libc++] Simplify ssh.py by not passing args everywhereLouis Dionne1-23/+17
2023-09-21[libc++] Fix how we run codesign in the test suite when --codesign_identity i...Louis Dionne1-1/+1
2023-09-21[libc++] Add a --verbose option to ssh.py to help debug failuresLouis Dionne1-12/+18
2023-05-25[NFC][Py Reformat] Reformat python files in libcxx/libcxxabiTobias Hieta1-26/+35
2023-04-27[libcxx] [test] Prepend to PATH instead of overriding itMartin Storsjö1-1/+8
2023-04-27[libcxx] [test] Unbreak passing multiple env variables in ssh.pyMartin Storsjö1-1/+2
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