Skip to content

Commit

Permalink
Do not output warnings on missing performance tests (microsoft#680)
Browse files Browse the repository at this point in the history
Do not output warnings on missing performance tests
  • Loading branch information
aholstrup1 committed Aug 29, 2023
1 parent cd65fef commit a6169c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Actions/AL-Go-Helper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ function AnalyzeRepo {
}

if (!$settings.doNotRunBcptTests -and -not $settings.bcptTestFolders) {
if (!$doNotIssueWarnings) { OutputWarning -message "No performance test apps found in bcptTestFolders in $ALGoSettingsFile" }
Write-Host "No performance test apps found in bcptTestFolders in $ALGoSettingsFile"
$settings.doNotRunBcptTests = $true
}
if (!$settings.doNotRunTests -and -not $settings.testFolders) {
Expand Down

0 comments on commit a6169c2

Please sign in to comment.