summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlosmn@github.com>2016-03-09 21:37:39 +0100
committerCarlos Martín Nieto <carlosmn@github.com>2016-03-09 21:37:39 +0100
commitac6f62dece31965f83499e9f2575d10be0b063e1 (patch)
treeebb8c9bb6d516fa487de2cb6c0cc3eaba06406b4
parent997c67da00da757bbfe53117063f12c689af36f5 (diff)
parent113e16347d4dbaa4f8274b93d53b8f47d8141044 (diff)
downloadlibgit2-ac6f62dece31965f83499e9f2575d10be0b063e1.tar.gz
Merge pull request #3672 from libgit2/cmn/do-fail-appveyor
appveyor: stop if the first test fails
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3ed3c49a1..24a507ea9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -37,6 +37,7 @@ build_script:
if "%GENERATOR%"=="MSYS Makefiles" (C:\MinGW\msys\1.0\bin\sh --login /c/projects/libgit2/script/appveyor-mingw.sh)
test_script:
- ps: |
+ $ErrorActionPreference="Stop"
ctest -V -R libgit2_clar
$env:GITTEST_REMOTE_URL="https://github.com/libgit2/non-existent"
$env:GITTEST_REMOTE_USER="libgit2test"