Skip to content

Commit 7dd6714

Browse files
committed
[Tests] Pass -r to sftp in remote-run.
rdar://problem/50503952
1 parent 1fef066 commit 7dd6714

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)