★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/27176Nouvelle recherche | Portail wanayoo
Skip to content
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

build: fix test failures not failing Travis builds #27176

Closed
wants to merge 1 commit into from

Conversation

richardlau
Copy link
Member

@richardlau richardlau commented Apr 10, 2019

The exit code of the make command used to execute tests was being lost
after being piped through to grep.

Refs: #25947 (comment)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@richardlau richardlau added the wip label Apr 10, 2019
@nodejs-github-bot

This comment has been hidden.

@richardlau
Copy link
Member Author

@richardlau richardlau commented Apr 10, 2019

Second commit is temporary to check Travis correctly fails on a test failure. Will remove once confirmed.

Edit: https://travis-ci.com/nodejs/node/jobs/191826848 failed (as expected 🎉 )

@richardlau
Copy link
Member Author

@richardlau richardlau commented Apr 10, 2019

@richardlau richardlau mentioned this pull request Apr 10, 2019
3 tasks
ZYSzys
ZYSzys approved these changes Apr 10, 2019
lpinca
lpinca approved these changes Apr 10, 2019
The exit code of the make command used to execute tests was being lost
after being piped through to grep.
@richardlau
Copy link
Member Author

@richardlau richardlau commented Apr 11, 2019

@richardlau
Copy link
Member Author

@richardlau richardlau commented Apr 12, 2019

Landed in 7b0d867.

@richardlau richardlau closed this Apr 12, 2019
richardlau added a commit that referenced this issue Apr 12, 2019
The exit code of the make command used to execute tests was being lost
after being piped through to grep.

PR-URL: #27176
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
@richardlau richardlau deleted the travisfail branch Apr 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

10 participants