diff --git a/script/configure-integration-tests.ps1 b/script/configure-integration-tests.ps1 index 1bffb546..7f55d42c 100644 --- a/script/configure-integration-tests.ps1 +++ b/script/configure-integration-tests.ps1 @@ -17,6 +17,8 @@ function AskYesNoQuestion([string]$question, [string]$key) { SetVariable $key $null } + + Write-Host } function VerifyEnvironmentVariable([string]$friendlyName, [string]$key, [bool]$optional = $false)