From 3e5ae2f06fe3221a93eaaa554d3f655b7a66564f Mon Sep 17 00:00:00 2001 From: [email protected] <[email protected]> Date: Fri, 6 Nov 2009 06:37:11 +0000 Subject: [PATCH] Remove p flag from scp inside autoserv.
Review URL: http://chromereview.prom.corp.google.com/1186001 git-svn-id: svn://chrome-svn/chromeos/trunk/src/third_party/autotest/fi...@176 06c00378-0e64-4dae-be16-12b19f9950a1 --- server/hosts/abstract_ssh.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/hosts/abstract_ssh.py b/server/hosts/abstract_ssh.py index c49cea9..e6af174 100644 --- a/server/hosts/abstract_ssh.py +++ b/server/hosts/abstract_ssh.py @@ -70,7 +70,7 @@ class AbstractSSHHost(SiteHost): """ Given a list of source paths and a destination path, produces the appropriate scp command for encoding it. Remote paths must be pre-encoded. """ - command = "scp -rpq -P %d %s '%s'" + command = "scp -rq -P %d %s '%s'" return command % (self.port, " ".join(sources), dest) -- 1.6.5.2.5.g7c3ba.dirty
_______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
