1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-29 11:09:42 +01:00

Display component under ctest.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2015-12-20 08:47:04 +01:00
parent 09e1f98b79
commit 33a4d781b9

@ -266,11 +266,11 @@ test_script:
Add-AppveyorTest -Framework 'CppUnit' -Name $component -Outcome 'Passed' -Duration $millisec Add-AppveyorTest -Framework 'CppUnit' -Name $component -Outcome 'Passed' -Duration $millisec
} }
} }
else
{
Write-Host -ForegroundColor Yellow 'using cmake'
}
} }
else
{
Write-Host -ForegroundColor Yellow 'using ctest -VV -R ' $component
}
} }
else else
{ {