[appveyor] Fixed builds not being maked as failed when tests are not passing

This commit is contained in:
Snaipe 2016-01-20 14:03:02 +01:00
parent 79648c7136
commit bbfe9aa08e

View file

@ -82,6 +82,7 @@ test_script:
ctest
if (-not $lastexitcode -eq 0) {
type Testing/Temporary/LastTest.log
$host.setshouldexit(1)
}
#after_test: