diff --git a/scripts/app-test.ps1 b/scripts/app-test.ps1 index 8f8caa83..18350c62 100644 --- a/scripts/app-test.ps1 +++ b/scripts/app-test.ps1 @@ -338,7 +338,7 @@ function Run-Command { # Execute the command and capture the output $CommandOutput = Invoke-Expression "$Command 2>&1" | ForEach-Object { # Write each line to the console immediately - Write-Output $_ + #Write-Output $_ # Add it to the result output $_ }