Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit2cc2db7
committed
Pass through SSH_ env vars to tox envs
This fixes a problem where the tests for fetching a nonexistent refprompt like "Enter passphrase for key '/home/USERNAME/.ssh/id_rsa':"and block, if the repository on the machine where the tests arebeing run has the remote set up using an SSH URL.This passes through all environment variables whose names startwith SSH_, even though it should be enough to pass SSH_AGENT_PIDand SSH_AUTH_SOCK through, at least for this particular issue.1 parentcd052b2 commit2cc2db7
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
0 commit comments
Comments
(0)