Show More
@@ -882,8 +882,8 b' class TTest(Test):' | |||||
882 | postout.append(' ' + el) |
|
882 | postout.append(' ' + el) | |
883 | else: |
|
883 | else: | |
884 | if self.NEEDESCAPE(lout): |
|
884 | if self.NEEDESCAPE(lout): | |
885 | lout = TTest.stringescape('%s (esc)\n' % |
|
885 | lout = TTest._stringescape('%s (esc)\n' % | |
886 | lout.rstrip('\n')) |
|
886 | lout.rstrip('\n')) | |
887 | postout.append(' ' + lout) # Let diff deal with it. |
|
887 | postout.append(' ' + lout) # Let diff deal with it. | |
888 | if r != '': # If line failed. |
|
888 | if r != '': # If line failed. | |
889 | warnonly = 3 # for sure not |
|
889 | warnonly = 3 # for sure not |
General Comments 0
You need to be logged in to leave comments.
Login now