mirror of
https://github.com/containers/podman.git
synced 2025-10-11 16:26:00 +08:00
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:
@ -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"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user