Skip to content

Commit

Permalink
temporary output ci-verify-versions.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
WangWeiLin-MV committed Oct 21, 2024
1 parent ae55997 commit 4ecab71
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions azure-pipelines/end-to-end-tests-dir/ci-verify-versions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,16 @@ note: versions must be unique, even if they are declared with different schemes
$actual = Run-VcpkgAndCaptureOutput x-ci-verify-versions @directoryArgs "--x-builtin-ports-root=$TestingRoot/ci-verify-versions-registry/ports" "--x-builtin-registry-versions-dir=$TestingRoot/ci-verify-versions-registry/versions" --verbose --verify-git-trees
Throw-IfNotFailed

Write-Host ('-' * 80)
Write-Host 'Expected:'
Write-Host $expected
Write-Host ('-' * 80)
Write-Host 'Actual:'
Write-Host $actual
Write-Host ('-' * 80)

return

function Sanitize() {
Param([string]$text)
$workTreeRegex = 'error: failed to execute:[^\r\n]+' # Git command line has an unpredictable PID inside
Expand Down

0 comments on commit 4ecab71

Please sign in to comment.