commit | daaa3d9965d74faf1f75aea218822bfb7ba687a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 22 15:13:00 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 22 15:13:00 2022 +0100 |
tree | 991522294b86225544fc746e98756489ea2ec14f | |
parent | fcba86c0316dc0d6341078b50e7967206a1627a0 [diff] [blame] |
patch 9.0.0545: when a test is slow and CI times out there is no time info Problem: When a test is slow and CI times out there is no time info. Solution: Add the elapsed time to the "Executing" message.
diff --git a/src/version.c b/src/version.c index d9bcbbc..196b9d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 545, +/**/ 544, /**/ 543,