File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
azure-pipelines/end-to-end-tests-dir Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ if (-not ($ErrorOutput.Contains("REGRESSION: dep-on-feature-not-sup:${Triplet} i
2727 throw " feature-not-sup's baseline fail entry should result in a regression because the port is cascade for this triplet"
2828}
2929
30- # test required pass
30+ # pass means pass
3131$Output = Run- VcpkgAndCaptureOutput ci -- dry- run -- triplet= $Triplet -- x- builtin- ports- root= " $PSScriptRoot /../e2e-ports/ci" -- binarysource= clear -- ci- baseline= " $PSScriptRoot /../e2e-assets/ci/ci.baseline.txt"
32- # Throw-IfNotFailed
32+ Throw - IfNotFailed
3333$ErrorOutput = Run- VcpkgAndCaptureStdErr ci -- dry- run -- triplet= $Triplet -- x- builtin- ports- root= " $PSScriptRoot /../e2e-ports/ci" -- binarysource= clear -- ci- baseline= " $PSScriptRoot /../e2e-assets/ci/ci.pass.baseline.txt"
34- # Throw-IfNotFailed
34+ Throw - IfNotFailed
3535if (-not ($ErrorOutput.Contains (" REGRESSION: not-sup-host-b:${Triplet} is marked as pass but not supported for ${Triplet} ." ))) {
3636 throw " feature-not-sup's baseline pass entry should result in a regression because the port is not supported"
3737}
You can’t perform that action at this time.
0 commit comments