Skip to content

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.

4 participants