Start cygserver as a DOS command.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2016-03-17 16:35:26 +01:00
parent 3ed928a49b
commit 793543a455

View File

@ -451,7 +451,7 @@ test_script:
{
if (($env:builder -eq "cygwin") -and ($env:platform -eq "Win32"))
{
$cmd = 'sh /usr/sbin/cygserver "&"';iex "& $cmd"
$cmd = 'C:\cygwin\usr\sbin\cygserver.exe "&"';iex "& $cmd"
$cmd = 'sh appveyor/Cygwin/runtests.sh';iex "& $cmd"
}
if ($env:builder -eq "msbuild" -and $env:linkmode -eq "shared")