Mercurial > hg
changeset 46918:248cbe173203
run-test: make it clearer why we terminating process
The --verbose log wer only talking about process termination. Now we have more
information about why.
Differential Revision: https://phab.mercurial-scm.org/D10394
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 14 Apr 2021 15:53:43 +0200 |
parents | efadec3ea8e2 |
children | 9799ba0abb12 |
files | tests/run-tests.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/run-tests.py Tue Apr 13 15:30:32 2021 +0200 +++ b/tests/run-tests.py Wed Apr 14 15:53:43 2021 +0200 @@ -301,6 +301,7 @@ while time.time() - start < timeout and p.returncode is None: time.sleep(0.1) p.timeout = True + vlog('# Timout reached for process %d' % p.pid) if p.returncode is None: terminate(p)