Show More
@@ -1864,7 +1864,7 b' class TextTestRunner(unittest.TextTestRu' | |||||
1864 | sub.wait() |
|
1864 | sub.wait() | |
1865 | m = re.search( |
|
1865 | m = re.search( | |
1866 | (r'\nThe first (?P<goodbad>bad|good) revision ' |
|
1866 | (r'\nThe first (?P<goodbad>bad|good) revision ' | |
1867 | r'is:\nchangeset: +\d:(?P<node>[a-f0-9]+)\n.*\n' |
|
1867 | r'is:\nchangeset: +\d+:(?P<node>[a-f0-9]+)\n.*\n' | |
1868 | r'summary: +(?P<summary>[^\n]+)\n'), |
|
1868 | r'summary: +(?P<summary>[^\n]+)\n'), | |
1869 | data, (re.MULTILINE | re.DOTALL)) |
|
1869 | data, (re.MULTILINE | re.DOTALL)) | |
1870 | if m is None: |
|
1870 | if m is None: |
General Comments 0
You need to be logged in to leave comments.
Login now