D4402: run-tests: fix the remaining failure of test-run-tests.py

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Mon Aug 27 14:22:24 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG97f52862b1bd: run-tests: fix the remaining failure of test-run-tests.py (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4402?vs=10605&id=10608

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

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
@@ -1357,10 +1357,10 @@
                 script.append(
                     b'echo END %s %s >> "$HGCATAPULTSERVERPIPE"\n' % (
                         session, active[0]))
-            script.append(
-                b'echo START %s %s >> "$HGCATAPULTSERVERPIPE"\n' % (
-                    session, quoted))
-            active[0:] = [quoted]
+                script.append(
+                    b'echo START %s %s >> "$HGCATAPULTSERVERPIPE"\n' % (
+                        session, quoted))
+                active[0:] = [quoted]
 
         script = []
 



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


More information about the Mercurial-devel mailing list