From patchwork Tue Jul 3 23:50:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D3878: tests: remove some redundant code in run-tests From: phabricator X-Patchwork-Id: 32606 Message-Id: <08c5336f165fd85f0c83a6a0bf3091f7@localhost.localdomain> To: mercurial-devel@mercurial-scm.org Date: Tue, 3 Jul 2018 23:50:58 +0000 martinvonz updated this revision to Diff 9425. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3878?vs=9420&id=9425 REVISION DETAIL https://phab.mercurial-scm.org/D3878 AFFECTED FILES tests/run-tests.py CHANGE DETAILS To: martinvonz, #hg-reviewers Cc: mercurial-devel diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -1490,8 +1490,6 @@ r = '' # Warn only this line. elif r == "retry": postout.append(b' ' + el) - els.pop(i) - break else: log('\ninfo, unknown linematch result: %r\n' % r) r = False