]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - appveyor.yml
Revert "Comms refactor (prerequisite of libproxmark work) (#371)"
[proxmark3-svn] / appveyor.yml
index 58bb1362f114a90c79772e3d91523481c4d1b8c5..c8e58b59be14027beb3d742b45a08923b30f5840 100644 (file)
@@ -187,6 +187,7 @@ test_script:
 
       $sb=[scriptblock]::Create("$using:Cmd")
       #execute scriptblock
+      Write-host "Test [$using:Name] job: $using:Cmd"
       $Cond=&$sb
 
       if ($Cond -eq $null){
@@ -204,8 +205,10 @@ test_script:
       }
 
       If ($res) {
+        Write-host "Result[$using:Name]: $Cond" -ForegroundColor Green
         Add-AppveyorTest -Name "$using:Name" -Framework NUnit -Filename "$using:File" -Outcome Passed -Duration "$([System.Environment]::TickCount-$TestTime)"
       }Else {
+        Write-host "Result[$using:Name]: $Cond" -ForegroundColor Red
         Add-AppveyorTest -Name "$using:Name" -Framework NUnit -Filename "$using:File" -Outcome Failed -Duration "$([System.Environment]::TickCount-$TestTime)" -ErrorMessage "command:$using:Cmd`nresult:$Cond"
       }
         return $res
@@ -221,6 +224,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