D3878: tests: remove some redundant code in run-tests

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Tue Jul 3 19:50:58 EDT 2018


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

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



To: martinvonz, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list