Skip to content

Commit d8a7c5a

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

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)