Skip to content

Commit

Permalink
Fix copy/paste issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Jan 10, 2024
1 parent 02348c1 commit 7568ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/secnetperf.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function Wait-ForRemoteReady {
Write-Output "Waiting for server to start..."
$ReadyToStart = Wait-ForRemoteReady -Job $Job -Matcher "Started!"
if (!$ReadyToStart) {
Stop-Job -Job $RemoteJob
Stop-Job -Job $Job
$RemoteResult = Receive-Job -Job $Job -ErrorAction $ErrorAction
$RemoteResult = $RemoteResult -join "`n"
Write-GHError "Server failed to start! Output:"
Expand Down

0 comments on commit 7568ba8

Please sign in to comment.