summaryrefslogtreecommitdiff
path: root/libcxx/utils/ssh.py
AgeCommit message (Expand)Author
2025-10-09[libcxx] Use %{temp} instead of %T (#162323)Aiden Grossman
2023-09-25[libc++] Make sure we forward stdin through executors (#67064)Louis Dionne
2023-09-21[libc++] When run in verbose mode, ssh.py should print to stderr, not stdoutLouis Dionne
2023-09-21[libc++] Simplify ssh.py by not passing args everywhereLouis Dionne
2023-09-21[libc++] Fix how we run codesign in the test suite when --codesign_identity i...Louis Dionne
2023-09-21[libc++] Add a --verbose option to ssh.py to help debug failuresLouis Dionne
2023-05-25[NFC][Py Reformat] Reformat python files in libcxx/libcxxabiTobias Hieta
2023-04-27[libcxx] [test] Prepend to PATH instead of overriding itMartin Storsjö
2023-04-27[libcxx] [test] Unbreak passing multiple env variables in ssh.pyMartin Storsjö
2021-11-12[libc++][NFC] Resolve Python 2 FIXMEAlfsonso Gregory
2021-03-25[libcxx] [test] Quote env variables that are set with a shell "export" in ssh.pyMartin Storsjö
2021-03-05[libcxx] [test] Add an option to ssh.py for using a different temp pathMartin Storsjö
2020-10-06[libcxx][lit] Add support for custom ssh/scp flags in ssh.pyAlex Richardson
2020-07-21[libcxx][lit] Simplify parsing of trailing executor argumentsAlex Richardson
2020-06-12[libc++] Make executor scripts executableLouis Dionne
2020-06-10[libc++] Consider everything inside %T to be a dependency of each testLouis Dionne
2020-05-06[libc++] NFC: Do not print the environment on remote hostsLouis Dionne
2020-04-24[libc++] Quietly scp tarballs over with the remote executorLouis Dionne
2020-04-18[libc++] Use proper shell escaping in the executorsLouis Dionne
2020-04-17Revert "[libc++] Use proper shell escaping in the executors"Louis Dionne
2020-04-17[libc++] Use proper shell escaping in the executorsLouis Dionne
2020-04-06[libc++] SSH: Fix tarring of dependencies on WindowsLouis Dionne
2020-04-03[libc++] Lit: Add default values for most arguments of test executorsLouis Dionne
2020-04-01[libc++] SSH: Create a tarball of dependencies and scp that insteadLouis Dionne
2020-04-01[libc++] SSH: Use -p when scp'ing to preserve modes and modification timesLouis Dionne
2020-04-01[libc++] SSH: Properly handle test-executables that are not the first argumentLouis Dionne
2020-04-01[libc++] Handle SSH errors more gracefully and make sure we clean up the tmp ...Louis Dionne
2020-04-01[libc++abi] Fix remote execution of .sh.cpp testsSergej Jaskiewicz
2020-03-31[libc++] Use 'export' instead of 'env' to run remote commandsLouis Dionne
2020-03-31[libc++] Allow running .sh.cpp tests with SSHExecutorsLouis Dionne