[Updated] D8938: run-tests: refactor filtering logic for --retest flag
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Wed Aug 26 16:45:07 UTC 2020
This revision now requires changes to proceed.
marmoute added inline comments.
marmoute requested changes to this revision.
INLINE COMMENTS
> run-tests.py:3252
> + if 'case' in test:
> + casestr = b'#'.join(test['case'])
> + errpath = b'%s#%s.err' % (test['path'], casestr)
I and confuse about this line. What are we joining? Do we have any test for this case?
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, marmoute
Cc: marmoute, pulkit, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200826/a2db1b33/attachment-0002.html>
More information about the Mercurial-patches
mailing list