commit | 65258d36ddfab371c7982343efc9b2533ba39075 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 15:09:59 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 15:09:59 2022 +0100 |
tree | 4c9c85ace4083860a96345235673473b6c9001e7 | |
parent | ae04a6049b3f0e30a671966ed2dda1979e0b5f20 [diff] [blame] |
patch 9.0.0426: failed flaky tests reports only start time Problem: Failed flaky tests reports only start time. Solution: Also report the end time.
diff --git a/src/version.c b/src/version.c index 34fa8ef..1476781 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 426, +/**/ 425, /**/ 424,