Add SSH_AUTH_SOCK to default env
So ssh-agent works when using locally.
This commit is contained in:
parent
8137c7207d
commit
ba56c87566
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ def common_environment():
|
|||
|
||||
optional = (
|
||||
'HTTPTESTER',
|
||||
'SSH_AUTH_SOCK'
|
||||
)
|
||||
|
||||
env.update(pass_vars(required=required, optional=optional))
|
||||
|
|
Loading…
Reference in a new issue