From 89bec2e26753a6ab9248835b7d663d977a4e324b Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Thu, 17 Sep 2020 18:40:08 +0200 Subject: [PATCH] Fix collecting the daemon under test logs Signed-off-by: Stefan Scherer --- hack/ci/windows.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/ci/windows.ps1 b/hack/ci/windows.ps1 index b893bea612..ebb4030890 100644 --- a/hack/ci/windows.ps1 +++ b/hack/ci/windows.ps1 @@ -1038,6 +1038,7 @@ Finally { # Save the daemon under test log if ($daemonStarted -eq 1) { + Set-Location "$env:SOURCES_DRIVE`:\$env:SOURCES_SUBDIR\src\github.com\docker\docker" Write-Host -ForegroundColor Green "INFO: Saving daemon under test log ($env:TEMP\dut.out) to bundles\CIDUT.out" Copy-Item "$env:TEMP\dut.out" "bundles\CIDUT.out" -Force -ErrorAction SilentlyContinue Write-Host -ForegroundColor Green "INFO: Saving daemon under test log ($env:TEMP\dut.err) to bundles\CIDUT.err"