mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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
9 lines
218 B
Plaintext
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
|