Skip to content

Commit

Permalink
Debug File
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeDaboub committed Dec 10, 2024
1 parent 983a27f commit 7f28e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test/configurations/ConnectProxy.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Describe 'Connectedk8s Proxy Scenario' {
Stop-Job -Job $proxyJob
Write-Host "Stopped proxy job manually."

Write-Host (Get-Content ".\a.txt")
Get-Content ".\a.txt" | ForEach-Object { Write-Host $_ }

# Display the output
Write-Host "Proxy Job State: $($proxyJob.State)"
Expand Down

0 comments on commit 7f28e00

Please sign in to comment.