mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-23 10:36:37 +01:00
Exit with $host.SetShouldExit(0)
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
042d18f9fa
commit
058873a4c4
15
appveyor.yml
15
appveyor.yml
@ -3,6 +3,10 @@ version: poco-1.7.0@{branch}-{build}
|
||||
cache:
|
||||
- c:\mysql-5.7.9-win32
|
||||
|
||||
hosts:
|
||||
localhost: 127.0.0.1
|
||||
db.server.com: 127.0.0.2
|
||||
|
||||
services:
|
||||
- mysql
|
||||
- mongodb
|
||||
@ -183,13 +187,12 @@ test_script:
|
||||
if ($fails -gt 0)
|
||||
{
|
||||
Write-Host 'Failed: ' $failedTests
|
||||
exit $fails;
|
||||
}
|
||||
else
|
||||
$host.SetShouldExit($fails);
|
||||
} else
|
||||
{
|
||||
exit 0;
|
||||
}
|
||||
}
|
||||
$host.SetShouldExit(0);
|
||||
}
|
||||
}
|
||||
|
||||
on_success:
|
||||
- echo success
|
||||
|
Loading…
x
Reference in New Issue
Block a user