run-tests: fix the remaining failure of test-run-tests.py
authorPulkit Goyal <pulkit@yandex-team.ru>
Mon, 27 Aug 2018 20:41:31 +0300
changeset 39289 97f52862b1bd
parent 39288 a235ee4cfc1c
child 39290 286a666365ec
run-tests: fix the remaining failure of test-run-tests.py Looks like durin42 misindented this. This makes test-run-tests.py passes but I cannot reason why. Differential Revision: https://phab.mercurial-scm.org/D4402
tests/run-tests.py
--- a/tests/run-tests.py	Mon Aug 27 20:39:32 2018 +0300
+++ b/tests/run-tests.py	Mon Aug 27 20:41:31 2018 +0300
@@ -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 = []