Mercurial > hg-stable
changeset 24926:3fe1e07f1a32
run-test: include test name in the return vlog
Otherwise using --verbose and --jobs gives useless output.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Thu, 19 Mar 2015 13:15:20 -0700 |
parents | d9832a12a06e |
children | cd0068232ec0 |
files | tests/run-tests.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/run-tests.py Tue Apr 28 12:31:30 2015 -0400 +++ b/tests/run-tests.py Thu Mar 19 13:15:20 2015 -0700 @@ -620,7 +620,7 @@ f.write(line) f.close() - vlog("# Ret was:", self._ret) + vlog("# Ret was:", self._ret, '(%s)' % self.name) def _run(self, env): # This should be implemented in child classes to run tests.