Fix issues with running individual tests, and get the Vim tests to run on certain machines again
This commit is contained in:
@@ -47,6 +47,12 @@ Execute(ALE shouldn't blow up when run from a sandbox):
|
||||
sandbox call ale#Lint()
|
||||
|
||||
Execute(ALE shouldn't blow up if file cleanup happens in a sandbox):
|
||||
" Make a call to an engine function first, so the function will be defined
|
||||
" before we make the sandbox call.
|
||||
"
|
||||
" You are not allowed to define any functions in the sandbox.
|
||||
call ale#engine#InitBufferInfo(3)
|
||||
|
||||
let g:ale_buffer_info[3] = {
|
||||
\ 'temporary_file_list': ['/tmp/foo'],
|
||||
\ 'temporary_directory_list': ['/tmp/bar'],
|
||||
|
||||
Reference in New Issue
Block a user