Skip to content

Commit f9cc704

Browse files
committed
Replace session duration to a fix value in regendoc
1 parent bd57307 commit f9cc704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ REGENDOC_ARGS := \
1616
--normalize "/[ \t]+\n/\n/" \
1717
--normalize "~\$$REGENDOC_TMPDIR~/home/sweet/project~" \
1818
--normalize "~/path/to/example~/home/sweet/project~" \
19-
--normalize "/in \d+.\d+ seconds/in 0.12 seconds/" \
19+
--normalize "/in \d+.\d+s ==/in 0.12s ==/" \
2020
--normalize "@/tmp/pytest-of-.*/pytest-\d+@PYTEST_TMPDIR@" \
2121
--normalize "@pytest-(\d+)\\.[^ ,]+@pytest-\1.x.y@" \
2222
--normalize "@(This is pytest version )(\d+)\\.[^ ,]+@\1\2.x.y@" \

0 commit comments

Comments
 (0)