From a6169c2b23ddf767a475f47b2f9ff15ca89cabcf Mon Sep 17 00:00:00 2001 From: Alexander Holstrup <117829001+aholstrup1@users.noreply.github.com> Date: Tue, 29 Aug 2023 07:13:41 +0200 Subject: [PATCH] Do not output warnings on missing performance tests (#680) Do not output warnings on missing performance tests --- Actions/AL-Go-Helper.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Actions/AL-Go-Helper.ps1 b/Actions/AL-Go-Helper.ps1 index 280aea9ba..bd1a9c4ac 100644 --- a/Actions/AL-Go-Helper.ps1 +++ b/Actions/AL-Go-Helper.ps1 @@ -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) {