Problem: MS-Windows: "%T" time format does not appear to work.
Solution: Use "%H:%M:%S" instead.
" A test can set g:test_is_flaky to retry running the test.
let g:test_is_flaky = 0
- let starttime = strftime("%T")
+ let starttime = strftime("%H:%M:%S")
call RunTheTest(g:testfunc)
" Repeat a flaky test. Give up when:
let v:errors = []
let g:run_nr += 1
- let starttime = strftime("%T")
+ let starttime = strftime("%H:%M:%S")
call RunTheTest(g:testfunc)
if len(v:errors) == 0
" Wait for some time for the port number to be there.
let port = GetPort()
if port == 0
- call assert_report(strftime("%T") .. " Can't start " .. a:cmd)
+ call assert_report(strftime("%H:%M:%S") .. " Can't start " .. a:cmd)
return
endif
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 372,
/**/
371,
/**/