ci: log wsl --version output

So we know what we are actually running on in tests.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2025-08-20 11:51:27 +02:00
parent bb18ae6ee3
commit d267f8a3dd

View File

@ -43,6 +43,8 @@ $Env:TEMP = 'Z:\'
Write-Host "`nRunning podman-machine e2e tests"
if ($Env:TEST_FLAVOR -eq "machine-wsl") {
# Output info so we know what version we are testing.
wsl --version
Run-Command "$PSScriptRoot\win-collect-wsl-logs-start.ps1"
}