Skip to content

Conversation

@addaleax
Copy link
Member

@addaleax addaleax commented Feb 2, 2019

Use 'close' rather than 'exit' to make sure that all stdio
has been captured by the time that the event handler is run.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Use `'close'` rather than `'exit'` to make sure that all stdio has been captured by the time that the event handler is run.
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Feb 2, 2019
@addaleax
Copy link
Member Author

addaleax commented Feb 5, 2019

Landed in 8d63f40

@addaleax addaleax closed this Feb 5, 2019
@addaleax addaleax deleted the test-trace-events-close branch February 5, 2019 20:55
addaleax added a commit that referenced this pull request Feb 5, 2019
Use `'close'` rather than `'exit'` to make sure that all stdio has been captured by the time that the event handler is run. PR-URL: #25894 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
addaleax added a commit that referenced this pull request Feb 6, 2019
Use `'close'` rather than `'exit'` to make sure that all stdio has been captured by the time that the event handler is run. PR-URL: #25894 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@targos targos mentioned this pull request Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test Issues and PRs related to the tests.

6 participants