You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-pipelines/end-to-end-tests-dir/ci.ps1
+35-1Lines changed: 35 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,10 @@ SUMMARY FOR $Triplet
94
94
"@
95
95
96
96
# test that features included only by skipped ports are not included
97
+
$xunitFile=Join-Path$TestingRoot'xunit.xml'
97
98
Refresh-TestRoot
98
99
Remove-Problem-Matchers
99
-
$Output= Run-VcpkgAndCaptureOutput ci @commonArgs--x-builtin-ports-root="$PSScriptRoot/../e2e-assets/ci-skipped-features"--binarysource=clear --ci-baseline="$PSScriptRoot/../e2e-assets/ci-skipped-features/baseline.txt"
100
+
$Output= Run-VcpkgAndCaptureOutput ci @commonArgs--x-builtin-ports-root="$PSScriptRoot/../e2e-assets/ci-skipped-features"--binarysource=clear --ci-baseline="$PSScriptRoot/../e2e-assets/ci-skipped-features/baseline.txt"--x-xunit-all --x-xunit="$xunitFile"
100
101
Restore-Problem-Matchers
101
102
Throw-IfFailed
102
103
if (-not ($Output-match'skipped-features:[^:]+: \*:'-and$Output-match'Building skipped-features:[^@]+@1\.0\.0\.\.\.')) {
0 commit comments