Skip to content

Commit 2c18159

Browse files
authored
Switch to SVN export instead
1 parent 667ebcb commit 2c18159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-wp-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ wp core install --url=example.dev --title="Test Site" --admin_user=admin --admin
4949
# Download the testing framework
5050
mkdir -p "$WP_TESTS_DIR"
5151
svn checkout https://develop.svn.wordpress.org/trunk/tests/phpunit/includes/ "$WP_TESTS_DIR/includes"
52-
svn checkout --depth=files https://develop.svn.wordpress.org/trunk/wp-tests-config-sample.php "$WP_TESTS_DIR/includes/wp-tests-config-sample.php"
52+
svn export https://develop.svn.wordpress.org/trunk/wp-tests-config-sample.php "$WP_TESTS_DIR/includes/wp-tests-config-sample.php"
5353

5454
# Copy the wp-tests-config.php file template from the downloaded includes
5555
cp "$WP_TESTS_DIR/includes/wp-tests-config-sample.php" "$WP_TESTS_DIR/wp-tests-config.php"

0 commit comments

Comments
 (0)