diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -1864,7 +1864,7 @@ class TextTestRunner(unittest.TextTestRu sub.wait() m = re.search( (r'\nThe first (?Pbad|good) revision ' - r'is:\nchangeset: +\d:(?P[a-f0-9]+)\n.*\n' + r'is:\nchangeset: +\d+:(?P[a-f0-9]+)\n.*\n' r'summary: +(?P[^\n]+)\n'), data, (re.MULTILINE | re.DOTALL)) if m is None: