diff --git a/hack/make.ps1 b/hack/make.ps1 index 3c51716ed3..bde0679c60 100644 --- a/hack/make.ps1 +++ b/hack/make.ps1 @@ -343,6 +343,7 @@ Function Run-IntegrationTests() { Write-Host "Running $($PWD.Path)" $pinfo = New-Object System.Diagnostics.ProcessStartInfo $pinfo.FileName = "$($PWD.Path)\test.exe" + $pinfo.WorkingDirectory = "$($PWD.Path)" $pinfo.RedirectStandardError = $true $pinfo.UseShellExecute = $false $pinfo.Arguments = $env:INTEGRATION_TESTFLAGS