Skip to content

Commit 719a6d9

Browse files
authored
Merge pull request #24990 from mikeash/remote-run-sftp-recursive-5.1
[5.1][Tests] Pass -r to sftp in remote-run.
2 parents a84f6ec + 7dd6714 commit 719a6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/remote-run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class RemoteCommandRunner(CommandRunner):
122122
[quote(arg) for arg in command])
123123

124124
def sftp_invocation(self):
125-
return (['/usr/bin/sftp', '-b', '-', '-q'] +
125+
return (['/usr/bin/sftp', '-b', '-', '-q', '-r'] +
126126
self.common_options(port_flag='-P') +
127127
[self.remote_host])
128128

0 commit comments

Comments
 (0)