mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
ci: AppVeyor: exitIfFailed with old tests (#10187)
This commit is contained in:
@ -139,7 +139,7 @@ if ($uploadToCodecov) {
|
||||
# But would break functionaltests, where its `more` would be used then.
|
||||
$OldPath = $env:PATH
|
||||
$env:PATH = "C:\msys64\usr\bin;$env:PATH"
|
||||
& "C:\msys64\mingw$bits\bin\mingw32-make.exe" -C $(Convert-Path ..\src\nvim\testdir) VERBOSE=1
|
||||
& "C:\msys64\mingw$bits\bin\mingw32-make.exe" -C $(Convert-Path ..\src\nvim\testdir) VERBOSE=1 ; exitIfFailed
|
||||
$env:PATH = $OldPath
|
||||
|
||||
if ($uploadToCodecov) {
|
||||
|
Reference in New Issue
Block a user