Run the temporary file management test synchronously, so it will fail less
This commit is contained in:
parent
6fe8105a0e
commit
a90cf62995
@ -1,4 +1,6 @@
|
||||
Before:
|
||||
let g:ale_run_synchronously = 1
|
||||
|
||||
let g:command = 'echo test'
|
||||
let g:filename = ''
|
||||
let g:directory = ''
|
||||
@ -43,6 +45,7 @@ After:
|
||||
call delete(g:preserved_directory, 'rf')
|
||||
endif
|
||||
|
||||
unlet! g:ale_run_synchronously
|
||||
unlet! g:command
|
||||
unlet! g:filename
|
||||
unlet! g:directory
|
||||
|
Loading…
Reference in New Issue
Block a user