-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drush site-install returns improper exit code #4034
Comments
Yeah, this seems to be a general issue with exit codes. Just noticed the same bug with the
|
* master: Remove latest unstable chiclet. Its not helpful. Remove mentions of Shippable. (drush-ops#4079) Add mysql service to Travis config. (drush-ops#4078) Fix link in docs. More docs about dynamic users in site.yml files. Fix drush-ops#4055. Sort inside namespaces in list command. (drush-ops#4057) Print class name in drush_op() Update dependencies. (drush-ops#4051) UNISH_NO_TIMEOUTS is unused since we moved to CLITrait. (drush-ops#4047) Add jsonapi command (drush-ops#4045) Fixes drush-ops#4034: Ensure that status code is nonzero on invalid shutdown (drush-ops#4037) Add webflo/drupal-core-require-dev (drush-ops#4041) Fix TTY detection for runserver command. (drush-ops#4033) Add vagrant transport to Drush. (drush-ops#4036)
I just had this issue when running any Drush command with the following packages installed:
Running The error looked like this, and the exit code was still zero, so my custom vendor/bin/drush cr || set_warning
[preflight] Class "DOMDocument" does not exist
[warning] Drush command terminated abnormally. |
If site installation fails, Drush exists with
0
.Probably the same issue as in #2223
The text was updated successfully, but these errors were encountered: