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.
--ignore-externals
2 parents 7b9e579 + 0bcaf2c commit 4814acbCopy full SHA for 4814acb
templates/install-wp-tests.sh
@@ -107,8 +107,8 @@ install_test_suite() {
107
if [ ! -d $WP_TESTS_DIR ]; then
108
# set up testing suite
109
mkdir -p $WP_TESTS_DIR
110
- svn co --quiet https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/includes/ $WP_TESTS_DIR/includes
111
- svn co --quiet https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/data/ $WP_TESTS_DIR/data
+ svn co --quiet --ignore-externals https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/includes/ $WP_TESTS_DIR/includes
+ svn co --quiet --ignore-externals https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/data/ $WP_TESTS_DIR/data
112
fi
113
114
if [ ! -f wp-tests-config.php ]; then
0 commit comments