[all-commits] [llvm/llvm-project] 9bf4c9: [Lit] Pass through SSH_AUTH_SOCK from the surround...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Jun 12 10:59:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9bf4c9e4161d912cd4d1468bfb60b48140e5bd2e
https://github.com/llvm/llvm-project/commit/9bf4c9e4161d912cd4d1468bfb60b48140e5bd2e
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-06-12 (Fri, 12 Jun 2020)
Changed paths:
M llvm/utils/lit/lit/TestingConfig.py
Log Message:
-----------
[Lit] Pass through SSH_AUTH_SOCK from the surrounding environment
This allows running Lit tests that run ssh without having to manually
enter a password (which is inconvenient), by just having ssh-agent
setup properly when running the test suite.
More information about the All-commits
mailing list