mercurial/testing/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 13 Oct 2018 12:11:45 +0200
changeset 40244 1039404c5e1d
parent 39772 ae531f5e583c
child 46984 99c629101b73
permissions -rw-r--r--
run-tests: print number of tests and parallel process count 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. Differential Revision: https://phab.mercurial-scm.org/D5070