Add silly debug flags for npm debugging#221
Add silly debug flags for npm debugging#221ronilaukkarinen wants to merge 1 commit intoWordPress:masterfrom
Conversation
pfefferle
left a comment
There was a problem hiding this comment.
Can you make it configurable by supporting the env var WPT_DEBUG?
https://github.com/WordPress/phpunit-test-runner/blob/master/.env.default#L62
You see an example here:
phpunit-test-runner/prepare.php
Line 33 in 6fc0d25
|
I wonder if we still need this since #222 was solved with #225? If we still want it, I like the idea of making it configurable via |
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
This adds verbose debug flags in case of npm commands hang or behave unexpectedly.