]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
added write-host for tests 440/head
authormerlokk <olegmsn@gmail.com>
Mon, 23 Oct 2017 10:43:46 +0000 (13:43 +0300)
committermerlokk <olegmsn@gmail.com>
Mon, 23 Oct 2017 10:43:46 +0000 (13:43 +0300)
appveyor.yml

index 58bb1362f114a90c79772e3d91523481c4d1b8c5..b072335a30f6e2273e2ce8519d479ca287da139a 100644 (file)
@@ -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
Impressum, Datenschutz