Files
swift-mirror/test/remote-run/run-only.test-sh
Alastair Houghton 2f6f051f75 Use rsync for remote-run.
Not only does this give us a huge speed-up, it also works around a problem
where sftp doesn't always update the modification time, which causes random
test failures.

rdar://88179140
2022-02-01 19:21:23 +00:00

9 lines
218 B
Plaintext

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