Skip to content

Commit

Permalink
Merge branch 'jackhe/netperf' of https://github.com/microsoft/msquic
Browse files Browse the repository at this point in the history
…into jackhe/netperf
  • Loading branch information
ProjectsByJackHe committed Jan 10, 2024
2 parents dce0f40 + ddb5c16 commit c1f1687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/secnetperf.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ function Wait-ForRemoteReady {
Write-Output "Waiting for server to start..."
$ReadyToStart = Wait-ForRemoteReady -Job $Job -Matcher "Started!"
if (!$ReadyToStart) {
Stop-Job -Job $RemoteJob
$RemoteResult = Receive-Job -Job $Job -ErrorAction $ErrorAction
Stop-Job -Job $Job
$RemoteResult = Receive-Job -Job $Job -ErrorAction Stop
$RemoteResult = $RemoteResult -join "`n"
Write-GHError "Server failed to start! Output:"
Write-Output $RemoteResult
Expand Down

0 comments on commit c1f1687

Please sign in to comment.