Tests: Import test framework changs from YCM
This commit is contained in:
parent
149d48b688
commit
6ee8f7875d
3 changed files with 44 additions and 7 deletions
1
tests/.gitignore
vendored
Normal file
1
tests/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
logs/
|
||||
|
|
@ -211,7 +211,6 @@ func AfterTheTest()
|
|||
let logfile = s:testid_filesafe . '.vimspector.log'
|
||||
call writefile( log, logfile, 's' )
|
||||
call add( s:messages, 'Wrote log for failed test: ' . logfile )
|
||||
call extend( s:messages, log )
|
||||
endif
|
||||
endfunc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue