Skip to content

Commit ccb7e24

Browse files
committed
capture stderr
1 parent b1dc70d commit ccb7e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/runtime.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ internal class FakeTransport : ITransport
100100
Write-Host "::group::Executing $executable"
101101
try
102102
{
103-
Invoke-Expression $executable | ForEach-Object {
103+
Invoke-Expression "$executable 2>&1" | ForEach-Object {
104104
Write-Host " $_"
105105
$_
106106
}

0 commit comments

Comments
 (0)