Skip to content

Commit

Permalink
Adding the Fail Stop back in
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Oct 10, 2024
1 parent 1194e89 commit 0e2e15d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/BDNPerfTests/run_bdnperftest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,7 @@ Write-Output "** "
if ($testSuiteResult) {
Write-Output "** PASS! All tests passed "
} else {
# DEBUG DEBUG -- if want to do ERRORS that will stop the pipeline run! Write-Error -Message "** BDN Benchmark PERFORMANCE REGRESSION FAIL! At least one test had benchmark value outside of expected range. NOTE: Expected results are based on CI machine and may differ from the machine that this was ran on."
Write-Output "** BDN Benchmark PERFORMANCE REGRESSION FAIL! At least one test had benchmark value outside of expected range. NOTE: Expected results are based on CI machine and may differ from the machine that this was ran on."
Write-Error -Message "** BDN Benchmark PERFORMANCE REGRESSION FAIL! At least one test had benchmark value outside of expected range. NOTE: Expected results are based on CI machine and may differ from the machine that this was ran on."
}
Write-Output "** "
Write-Output "************************"

0 comments on commit 0e2e15d

Please sign in to comment.