Skip to content

Commit 476b2bb

Browse files
authored
Merge pull request swiftlang#24989 from mikeash/remote-run-sftp-recursive
[Tests] Pass -r to sftp in remote-run.
2 parents 9cb7ab1 + d8a7c5a commit 476b2bb

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
@@ -124,7 +124,7 @@ class RemoteCommandRunner(CommandRunner):
124124
[quote(arg) for arg in command])
125125

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

0 commit comments

Comments
 (0)