summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2016-03-09 19:20:38 +0100
committerCarlos Martín Nieto <cmn@dwim.me>2016-03-09 19:20:38 +0100
commit113e16347d4dbaa4f8274b93d53b8f47d8141044 (patch)
tree932a926b67613a808c3222b697fd8ee9f005c04b
parent084f2c4b419839e4954ff78290a84843ff092a97 (diff)
downloadlibgit2-113e16347d4dbaa4f8274b93d53b8f47d8141044.tar.gz
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"