[appveyor] Fixed builds not being maked as failed when tests are not passing
This commit is contained in:
parent
79648c7136
commit
bbfe9aa08e
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ test_script:
|
|||
ctest
|
||||
if (-not $lastexitcode -eq 0) {
|
||||
type Testing/Temporary/LastTest.log
|
||||
$host.setshouldexit(1)
|
||||
}
|
||||
|
||||
#after_test:
|
||||
|
|
Loading…
Add table
Reference in a new issue