mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
remote-run uses rsync instead of sftp server. Some of the tests were incorrectly labelled as requiring sftp server. Fixed those and replaced the requirement with rsync.
10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
REQUIRES: rsync
|
|
REQUIRES: shell
|
|
|
|
RUN: %debug-remote-run echo hello | %FileCheck %s
|
|
RUN: %debug-remote-run -v echo hello 2>&1 >/dev/null | %FileCheck -check-prefix VERBOSE %s
|
|
|
|
CHECK: {{^hello$}}
|
|
|
|
VERBOSE: /usr/bin/env {{.*}}echo hello
|