Skip to content

Adds progress indicators to the runtests-parallel build task. #9043

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

Merged
merged 2 commits into from
Jun 9, 2016

Conversation

rbuckton
Copy link
Contributor

@rbuckton rbuckton commented Jun 9, 2016

This change adds an indication of test run progress when invoking the "runtests-parallel" build task. I have been using this in the "transforms" branch for awhile now and have back-ported it to "master".

@rbuckton
Copy link
Contributor Author

rbuckton commented Jun 9, 2016

CC: @vladima


p.on("exit", function (status) {
if (status) {
cb(new Error("Process exited width code " + status));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: with

@vladima
Copy link
Contributor

vladima commented Jun 9, 2016

👍 nice!

@rbuckton rbuckton merged commit c14d711 into master Jun 9, 2016
@rbuckton rbuckton deleted the parallelTestProgress branch June 9, 2016 02:23
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants