From b5381d70dcbe6599dcb472fb65a4fe0bc8de98f9 Mon Sep 17 00:00:00 2001 From: merlokk Date: Mon, 23 Oct 2017 13:43:46 +0300 Subject: [PATCH] added write-host for tests --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 58bb1362..b072335a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -187,7 +187,9 @@ test_script: $sb=[scriptblock]::Create("$using:Cmd") #execute scriptblock + Write-host "Test [$using:Name] job: $using:Cmd" $Cond=&$sb + Write-host "Result[$using:Name]: $Cond" if ($Cond -eq $null){ } Else { @@ -221,6 +223,7 @@ test_script: $res=$true } } else { + Write-host "Test [$Name] timeout" -ForegroundColor Red Add-AppveyorTest -Name "$Name" -Framework NUnit -Filename "$File" -Outcome Failed -Duration 40000 -ErrorMessage "timeout" } Remove-Job -Force $Job -- 2.39.2