Add SSH_AUTH_SOCK to default env

So ssh-agent works when using locally.
pull/18696/head
Adrian Likins 8 years ago committed by Matt Clay
parent 8137c7207d
commit ba56c87566

@ -189,6 +189,7 @@ def common_environment():
optional = (
'HTTPTESTER',
'SSH_AUTH_SOCK'
)
env.update(pass_vars(required=required, optional=optional))

Loading…
Cancel
Save