diff --git a/utils/test zapret.ps1 b/utils/test zapret.ps1 index a90aa51..0ee19d8 100644 --- a/utils/test zapret.ps1 +++ b/utils/test zapret.ps1 @@ -384,7 +384,7 @@ $dpiTargets = Build-DpiTargets -CustomUrl $dpiCustomUrl # Config $targetDir = $rootDir if (-not $targetDir) { $targetDir = Split-Path -Parent $MyInvocation.MyCommand.Path } -$batFiles = Get-ChildItem -Path $targetDir -Filter "general*.bat" | Sort-Object Name +$batFiles = Get-ChildItem -Path $targetDir -Filter "*.bat" | Where-Object { $_.Name -notlike "service*" } | Sort-Object Name $globalResults = @()