Skip to content

Commit 02a1651

Browse files
committed
fixup! e2e test: ci baseline pass means pass
1 parent 4733784 commit 02a1651

File tree

1 file changed

+3
-3
lines changed
  • azure-pipelines/end-to-end-tests-dir

1 file changed

+3
-3
lines changed

azure-pipelines/end-to-end-tests-dir/ci.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3535
if (-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
}

0 commit comments

Comments
 (0)