wp-cli / db-command

Performs basic database operations using credentials stored in wp-config.php.
MIT License
71 stars 58 forks source link

Adapt `mysqldump` message string to check for in tests #201

Closed ryotsun closed 3 years ago

ryotsun commented 3 years ago

related: #200

Currently, mariaDB fails behat test in export database to STDOUT because it only checks whether it contains -- MySQL dump. But both MySQL and mariaDB contain Dump completed on in dump.

schlessera commented 3 years ago

Thanks for the PR, @ryotsun !