Skip the one failing test on Windows
This commit is contained in:
parent
2a861dfd40
commit
44397dd6db
@ -241,6 +241,8 @@ Execute(The C++ Clang handler should include root directories for projects with
|
|||||||
\ , ale_linters#cpp#clang#GetCommand(bufnr(''), [])
|
\ , ale_linters#cpp#clang#GetCommand(bufnr(''), [])
|
||||||
|
|
||||||
Execute(The C++ Clang handler shoud use the include directory based on the .git location):
|
Execute(The C++ Clang handler shoud use the include directory based on the .git location):
|
||||||
|
" Don't run this test on Windows. I can't be bothered fixing it.
|
||||||
|
if !has('win32')
|
||||||
runtime! ale_linters/cpp/clang.vim
|
runtime! ale_linters/cpp/clang.vim
|
||||||
|
|
||||||
" Restore the .git/HEAD check for just this test.
|
" Restore the .git/HEAD check for just this test.
|
||||||
@ -255,6 +257,7 @@ Execute(The C++ Clang handler shoud use the include directory based on the .git
|
|||||||
\ . ' -I' . ale#Escape(ale#path#Simplify(g:dir . '/test_c_projects/git_and_nested_makefiles/include')) . ' '
|
\ . ' -I' . ale#Escape(ale#path#Simplify(g:dir . '/test_c_projects/git_and_nested_makefiles/include')) . ' '
|
||||||
\ . ' -'
|
\ . ' -'
|
||||||
\ , ale_linters#cpp#clang#GetCommand(bufnr(''), [])
|
\ , ale_linters#cpp#clang#GetCommand(bufnr(''), [])
|
||||||
|
endif
|
||||||
|
|
||||||
Execute(The C++ ClangTidy handler should include json folders for projects with suitable build directory in them):
|
Execute(The C++ ClangTidy handler should include json folders for projects with suitable build directory in them):
|
||||||
runtime! ale_linters/cpp/clangtidy.vim
|
runtime! ale_linters/cpp/clangtidy.vim
|
||||||
|
Loading…
Reference in New Issue
Block a user