Files
swift-mirror/test/remote-run/run-only.test-sh
Evan Wilde 12e784c3c8 Replace sftp_server with rsync
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.
2025-06-25 13:39:01 -07:00

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