SshRunner.Run: Pass all arguments to BuildCmd
authorMichael Hanselmann <hansmi@google.com>
Fri, 15 Aug 2008 08:44:11 +0000 (08:44 +0000)
committerMichael Hanselmann <hansmi@google.com>
Fri, 15 Aug 2008 08:44:11 +0000 (08:44 +0000)
commit54ab6aec113891f05b65274262b9116e314a2dc9
tree13987012212f9a1037dab66e21c93539f5f07335
parentc85d3b6448140d63ff371f020c59d627c2cb7ebf
SshRunner.Run: Pass all arguments to BuildCmd

This patch changes SshRunner.Run to pass all arguments to
SshRunner.BuildCmd. They had the same arguments before
and should stay that way. This change makes it easier
to add new or change existing arguments.

Reviewed-by: ultrotter
lib/ssh.py