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
--- 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 = []