mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 03:22:47 +08:00
[macos ci] oops that was a dumb bug (#20448)
This commit is contained in:
parent
7e5cfccf60
commit
4187499295
@ -133,9 +133,12 @@ if ($null -ne $OnlyTest)
|
||||
$OnlyTest | % {
|
||||
$portName = $_
|
||||
& "./vcpkg$executableExtension" install --triplet $Triplet @commonArgs $portName
|
||||
[System.Console]::Error.WriteLine( `
|
||||
"REGRESSION: ${portName}:$triplet. If expected, remove ${portName} from the OnlyTest list." `
|
||||
)
|
||||
if (-not $?)
|
||||
{
|
||||
[System.Console]::Error.WriteLine( `
|
||||
"REGRESSION: ${portName}:$triplet. If expected, remove ${portName} from the OnlyTest list." `
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user