[Changed Subscribers] D8938: run-tests: refactor filtering logic for --retest flag

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Mon Aug 24 07:40:23 UTC 2020


pulkit added inline comments.

INLINE COMMENTS

> run-tests.py:3249
> +        if self.options.retest:
> +            retest_args = []
> +            for test in tests:

Instead of re-implementing this test list building logic, I think we can just filter the existing `tests` list which we have above to check for errpath.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D8938/new/

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

To: khanchi97, #hg-reviewers
Cc: pulkit, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200824/9b4e7abd/attachment-0002.html>


More information about the Mercurial-patches mailing list