Exclude Foundation from Cygwin testsuite.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2016-03-17 21:04:00 +01:00
parent 793543a455
commit 6d8d81c8a8
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,2 +1,2 @@
export EXCLUDE_TESTS="Data/ODBC Data/MySQL Redis PDF"
export EXCLUDE_TESTS="Foundation Data/ODBC Data/MySQL Redis PDF"