changeset 39289:97f52862b1bd

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
author Pulkit Goyal <pulkit@yandex-team.ru>
date Mon, 27 Aug 2018 20:41:31 +0300
parents a235ee4cfc1c
children 286a666365ec
files tests/run-tests.py
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 = []