##// END OF EJS Templates
run-tests: indent _processoutput to aid readability for next patch...
timeless -
r28568:4a908089 default
parent child Browse files
Show More
@@ -1111,7 +1111,7 b' class TTest(Test):'
1111 el = None
1111 el = None
1112 if expected.get(pos, None):
1112 if expected.get(pos, None):
1113 el = expected[pos].pop(0)
1113 el = expected[pos].pop(0)
1114
1114 if True:
1115 r = TTest.linematch(el, lout)
1115 r = TTest.linematch(el, lout)
1116 if isinstance(r, str):
1116 if isinstance(r, str):
1117 if r == '+glob':
1117 if r == '+glob':
General Comments 0
You need to be logged in to leave comments. Login now