Skip to content

Commit da59cb1

Browse files
authored
1 parent e873c6a commit da59cb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ test_script:
3030
- ps: |
3131
cp build\Release\git2.dll .
3232
&$env:PYTHON setup.py nosetests --with-xunit
33+
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
3334
# upload results to AppVeyor
3435
$wc = New-Object 'System.Net.WebClient'
3536
$wc.UploadFile("https://ci.appveyor.com/api/testresults/xunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\nosetests.xml))

0 commit comments

Comments
 (0)