Skip to content

Commit 61e2e75

Browse files
committed
Revert "Backport 60735 to the 5.2 branch"
This reverts commit e227b90.
1 parent e227b90 commit 61e2e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/local-env/scripts/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ writeFileSync( 'wp-tests-config.php', testConfig );
3535
// Once the site is available, install WordPress!
3636
wait_on( { resources: [ `tcp:localhost:${process.env.LOCAL_PORT}`] } )
3737
.then( () => {
38-
wp_cli( 'db reset --yes --defaults' );
38+
wp_cli( 'db reset --yes' );
3939
wp_cli( `core install --title="WordPress Develop" --admin_user=admin --admin_password=password [email protected] --skip-email --url=http://localhost:${process.env.LOCAL_PORT}` );
4040
} );
4141

0 commit comments

Comments
 (0)