##// END OF EJS Templates
run-tests: fix the remaining failure of test-run-tests.py...
Pulkit Goyal -
r39325:97f52862 default
parent child Browse files
Show More
@@ -1357,10 +1357,10 b' class TTest(Test):'
1357 script.append(
1357 script.append(
1358 b'echo END %s %s >> "$HGCATAPULTSERVERPIPE"\n' % (
1358 b'echo END %s %s >> "$HGCATAPULTSERVERPIPE"\n' % (
1359 session, active[0]))
1359 session, active[0]))
1360 script.append(
1360 script.append(
1361 b'echo START %s %s >> "$HGCATAPULTSERVERPIPE"\n' % (
1361 b'echo START %s %s >> "$HGCATAPULTSERVERPIPE"\n' % (
1362 session, quoted))
1362 session, quoted))
1363 active[0:] = [quoted]
1363 active[0:] = [quoted]
1364
1364
1365 script = []
1365 script = []
1366
1366
General Comments 0
You need to be logged in to leave comments. Login now