From 892bdd59dc7cfbd5ebacf18ccfd7ecb6704bae08 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 18 Sep 2019 10:10:25 -0300 Subject: [PATCH] Normalize all summary durations, including quiet ones --- doc/en/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/Makefile b/doc/en/Makefile index bfeb96c8c..51b0fa9e2 100644 --- a/doc/en/Makefile +++ b/doc/en/Makefile @@ -16,7 +16,7 @@ REGENDOC_ARGS := \ --normalize "/[ \t]+\n/\n/" \ --normalize "~\$$REGENDOC_TMPDIR~/home/sweet/project~" \ --normalize "~/path/to/example~/home/sweet/project~" \ - --normalize "/in \d+.\d+s ==/in 0.12s ==/" \ + --normalize "/in \d.\d\ds/in 0.12s/" \ --normalize "@/tmp/pytest-of-.*/pytest-\d+@PYTEST_TMPDIR@" \ --normalize "@pytest-(\d+)\\.[^ ,]+@pytest-\1.x.y@" \ --normalize "@(This is pytest version )(\d+)\\.[^ ,]+@\1\2.x.y@" \