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 4f19c42 commit a05593fCopy full SHA for a05593f
templates/install-wp-tests.sh
@@ -165,7 +165,7 @@ install_test_suite() {
165
rm $TMPDIR/wordpress-develop.tar.gz
166
fi
167
168
- if [ ! -f wp-tests-config.php ]; then
+ if [ ! -f "$WP_TESTS_DIR"/wp-tests-config.php ]; then
169
if [[ $WP_TESTS_TAG == 'trunk' ]]; then
170
ref=master
171
elif [[ $WP_TESTS_TAG == branches/* ]]; then
0 commit comments