D3878: tests: remove some redundant code in run-tests
martinvonz (Martin von Zweigbergk)
phabricator at mercurial-scm.org
Thu Jul 5 12:10:35 UTC 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG174484b2528d: tests: remove some redundant code in run-tests (authored by martinvonz, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D3878?vs=9425&id=9449
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