Show More
@@ -2278,7 +2278,7 b' class TestResult(unittest._TextTestResul' | |||||
2278 | if test.path.endswith(b'.t'): |
|
2278 | if test.path.endswith(b'.t'): | |
2279 | rename(test.errpath, test.path) |
|
2279 | rename(test.errpath, test.path) | |
2280 | else: |
|
2280 | else: | |
2281 | rename(test.errpath, '%s.out' % test.path) |
|
2281 | rename(test.errpath, b'%s.out' % test.path) | |
2282 | accepted = True |
|
2282 | accepted = True | |
2283 | if not accepted: |
|
2283 | if not accepted: | |
2284 | self.faildata[test.name] = b''.join(lines) |
|
2284 | self.faildata[test.name] = b''.join(lines) |
General Comments 0
You need to be logged in to leave comments.
Login now