commit | b9093d50098ccff3848c2a404b9d0324a074c7b7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 19:42:31 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 19:42:31 2022 +0100 |
tree | 8e21f358921f8efd75f52660570d5e1dce6addf3 | |
parent | 4ecf16bbf951f10fd32c918c9d8bc004b7f8f7c9 [diff] [blame] |
patch 9.0.0560: elapsed time since testing started is not visible Problem: Elapsed time since testing started is not visible. Solution: Show the elapsed time while running tests.
diff --git a/src/version.c b/src/version.c index 7b4e24f..fb34719 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 560, +/**/ 559, /**/ 558,