Mercurial > public > mercurial-scm > hg-stable
diff tests/run-tests.py @ 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 | a2dcf460e141 |
children | cecbe207cebd |
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.