From b6e80e8b4bc402c3d590e2ccb22aa6f72648631d Mon Sep 17 00:00:00 2001 From: Grzegorz Dziadkiewicz Date: Mon, 13 Nov 2017 11:45:45 +0100 Subject: [PATCH] Change warning color to yellow. (#1714) --- script/configure-integration-tests.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/configure-integration-tests.ps1 b/script/configure-integration-tests.ps1 index ba8c8b48..a8b2f42a 100644 --- a/script/configure-integration-tests.ps1 +++ b/script/configure-integration-tests.ps1 @@ -74,8 +74,8 @@ function VerifyEnvironmentVariable([string]$friendlyName, [string]$key, [bool]$o } Write-Host -Write-Host "BIG FREAKING WARNING!!!!!" -Write-Host "You should use a test account when running the Octokit integration tests!" +Write-Warning "BIG FREAKING WARNING!!!!!" +Write-Warning "You should use a test account when running the Octokit integration tests!" Write-Host Write-Host