From fc12ada4f1f3ca8a1fabae5184d2bdabc33b55a3 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 21 Aug 2019 21:54:03 +0200 Subject: ci: AppVeyor: exitIfFailed with old tests (#10187) --- ci/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build.ps1 b/ci/build.ps1 index 42066c462b..d533d7b4e0 100644 --- a/ci/build.ps1 +++ b/ci/build.ps1 @@ -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) { -- cgit