Skip to content

Commit cc9fc5d

Browse files
Increase JSON depth for container logging in main.ps1
1 parent b917369 commit cc9fc5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/main.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ $configuration = @{
234234

235235
LogGroup 'Load configuration - Add containers' {
236236
$containers = Get-PesterContainer -Path $configuration.Run.Path
237-
Write-Host ($containers | ConvertTo-Json -Depth 1 -WarningAction SilentlyContinue)
237+
Write-Host ($containers | ConvertTo-Json -Depth 2 -WarningAction SilentlyContinue)
238238
}
239239

240240
LogGroup 'Load configuration - Result' {

0 commit comments

Comments
 (0)