diff --git a/Public/Get-AtomicTechnique.ps1 b/Public/Get-AtomicTechnique.ps1 index ffed151..19a15ca 100644 --- a/Public/Get-AtomicTechnique.ps1 +++ b/Public/Get-AtomicTechnique.ps1 @@ -228,8 +228,7 @@ filter Get-AtomicTechnique { foreach ($SupportedPlatform in $AtomicTest['supported_platforms']) { if ($ValidSupportedPlatforms -cnotcontains $SupportedPlatform) { - Write-Error "$ErrorStringPrefix[Atomic test name: $($AtomicTestInstance.name)] 'atomic_tests[$i].supported_platforms': '$SupportedPlatform' must be one of the following: $($ValidSupportedPlatforms -join ', ')." - return + Write-Warning "$ErrorStringPrefix[Atomic test name: $($AtomicTestInstance.name)] 'atomic_tests[$i].supported_platforms': '$SupportedPlatform' must be one of the following: $($ValidSupportedPlatforms -join ', ')." } }