Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 113e163

Browse files
committed
appveyor: stop if the first test fails
1 parent 084f2c4 commit 113e163

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ build_script:
3737
if "%GENERATOR%"=="MSYS Makefiles" (C:\MinGW\msys\1.0\bin\sh --login /c/projects/libgit2/script/appveyor-mingw.sh)
3838
test_script:
3939
- ps: |
40+
$ErrorActionPreference="Stop"
4041
ctest -V -R libgit2_clar
4142
$env:GITTEST_REMOTE_URL="https://github.com/libgit2/non-existent"
4243
$env:GITTEST_REMOTE_USER="libgit2test"

0 commit comments

Comments
 (0)