vcpkg-tool/azure-pipelines/end-to-end-tests-dir/keep-going.ps1

10 строки
351 B
PowerShell

. $PSScriptRoot/../end-to-end-tests-prelude.ps1
# Test keep-going to not report an error
Run-Vcpkg -TestArgs ($commonArgs + @("install", "vcpkg-empty-port", "--keep-going"))
Throw-IfFailed
# Test keep-going to report an error
Run-Vcpkg -TestArgs ($commonArgs + @("install", "vcpkg-fail-if-depended-upon", "--keep-going"))
Throw-IfNotFailed