Mercurial > public > mercurial-scm > hg-stable
diff tests/common-pattern.py @ 51298:8f1983318455
common-pattern: cover "elapsed time" line
These are perfect targets for the common-pattern matching.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 13 Dec 2023 13:46:28 +0100 |
parents | e2632d9d1b6e |
children | e3ed64dfd8ff |
line wrap: on
line diff
--- a/tests/common-pattern.py Sun Dec 24 02:43:53 2023 +0100 +++ b/tests/common-pattern.py Wed Dec 13 13:46:28 2023 +0100 @@ -127,6 +127,10 @@ br'\b(\d+) total queries in \d.\d\d\d\ds\b', lambda m: (br'%s total queries in *.????s (glob)' % m.group(1)), ), + ( + br'\belapsed time: \d+.\d{6} seconds\b', + br'elapsed time: *.?????? seconds (glob)', + ), ] # Various platform error strings, keyed on a common replacement string