Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Jan 12, 2024
1 parent 1b9fa15 commit c421474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/secnetperf-helpers.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@ function Invoke-Secnetperf {
}
}}

return TestResult::New($metric, $Results, $encounterFailures)
return [TestResult]::New($metric, $Results, $encounterFailures)
}
1 change: 1 addition & 0 deletions scripts/secnetperf.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ $json | ConvertTo-Json | Set-Content -Path "json-test-results-$plat-$os-$arch-$t
} catch {
Write-GHError "Outer exception while running tests!"
Write-GHError $_
Get-Error
$_ | Format-List *
$encounterFailures = $true
}
Expand Down

0 comments on commit c421474

Please sign in to comment.