]> granicus.if.org Git - vim/commitdiff
patch 9.0.0426: failed flaky tests reports only start time v9.0.0426
authorBram Moolenaar <Bram@vim.org>
Fri, 9 Sep 2022 14:09:59 +0000 (15:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 9 Sep 2022 14:09:59 +0000 (15:09 +0100)
Problem:    Failed flaky tests reports only start time.
Solution:   Also report the end time.

src/testdir/runtest.vim
src/version.c

index 72a8f989f81b9e59186dd192a5700187656134f6..68c3dd3eff8520c3250e5981027b9d3827db4e13 100644 (file)
@@ -479,7 +479,8 @@ for g:testfunc in sort(s:tests)
       call add(s:messages, 'Found errors in ' .. g:testfunc .. ':')
       call extend(s:messages, v:errors)
 
-      call add(total_errors, starttime .. ' Run ' .. g:run_nr .. ':')
+      let endtime = strftime("%H:%M:%S")
+      call add(total_errors, $'Run {g:run_nr}, {starttime} - {endtime}:')
       call extend(total_errors, v:errors)
 
       if g:run_nr >= 5 || prev_error == v:errors[0]
index 34fa8ef228db4f5531cb9ecde05591596f38d0b6..14767813e84f1d14910fca35052a3ad558f1a3e2 100644 (file)
@@ -703,6 +703,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    426,
 /**/
     425,
 /**/