D1477: run-tests: mechanism to report exceptions during test execution

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Sat Dec 2 02:30:25 UTC 2017


yuja added a comment.


  Queued, thanks.

INLINE COMMENTS

> run-tests.py:2533
> +            self.options.extra_config_opt.append(
> +                'extensions.logexceptions=%s' % logexceptions.decode('utf-8'))
> +

Nit: better to use `_strpath()` here because extra_config_opt is
a list of byte strings on Python 2.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D1477

To: indygreg, #hg-reviewers, yuja
Cc: mercurial-devel


More information about the Mercurial-devel mailing list