mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix collecting the daemon under test logs
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
parent
3956a86b62
commit
89bec2e267
1 changed files with 1 additions and 0 deletions
|
@ -1038,6 +1038,7 @@ Finally {
|
||||||
|
|
||||||
# Save the daemon under test log
|
# Save the daemon under test log
|
||||||
if ($daemonStarted -eq 1) {
|
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"
|
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
|
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"
|
Write-Host -ForegroundColor Green "INFO: Saving daemon under test log ($env:TEMP\dut.err) to bundles\CIDUT.err"
|
||||||
|
|
Loading…
Reference in a new issue