-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
test: show more info on failure in test-cli-syntax-require.js #49561
Conversation
Use spawnSyncAndExit() to show more info when the tes fails.
Background: I saw this in the CI https://ci.nodejs.org/job/node-test-commit-aix/47916/nodes=aix72-ppc64/console and there's really nothing in the logs that one can use to tell what caused the failure... |
On a side note - not sure why this needs to be in sequential. It looks fine to be placed in parallel.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but lint is failing
Landed in b45e196 |
Use spawnSyncAndExit() to show more info when the tes fails. PR-URL: #49561 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
Use spawnSyncAndExit() to show more info when the tes fails. PR-URL: nodejs#49561 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
Use spawnSyncAndExit() to show more info when the tes fails.