This is an archive of the discontinued Mercurial Phabricator instance.

run-tests: print number of tests and parallel process count
ClosedPublic

Authored by indygreg on Oct 13 2018, 6:34 AM.

Details

Summary

This seems like a useful output message to have.

I also sneak in a change to lower the parallel process count if it
is larger than the number of tests, as that makes no sense and output
saying we're running more tests in parallel than there exists tests would
be wonky.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Oct 13 2018, 6:34 AM
pulkit accepted this revision.Oct 13 2018, 7:45 AM
This revision was automatically updated to reflect the committed changes.