We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0659c73 commit d3fb0cbCopy full SHA for d3fb0cb
prepare.php
@@ -106,7 +106,7 @@
106
// Deliver all files to test environment.
107
if ( ! empty( $WPT_SSH_CONNECT ) ) {
108
perform_operations( array(
109
- 'rsync -rv --exclude=".git/" -e "ssh ' . $WPT_SSH_OPTIONS . '" ' . escapeshellarg( trailingslashit( $WPT_PREPARE_DIR ) ) . ' ' . escapeshellarg( $WPT_SSH_CONNECT . ':' . $WPT_TEST_DIR ),
+ 'rsync -r --exclude=".git/" -e "ssh ' . $WPT_SSH_OPTIONS . '" ' . escapeshellarg( trailingslashit( $WPT_PREPARE_DIR ) ) . ' ' . escapeshellarg( $WPT_SSH_CONNECT . ':' . $WPT_TEST_DIR ),
110
) );
111
}
112
0 commit comments