diff --git a/appveyor.yml b/appveyor.yml index d9801f951..931fffba5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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") { diff --git a/appveyor/Cygwin/excluded.sh b/appveyor/Cygwin/excluded.sh index d7d4e5cfe..e3c76c1cb 100644 --- a/appveyor/Cygwin/excluded.sh +++ b/appveyor/Cygwin/excluded.sh @@ -1,2 +1,2 @@ -export EXCLUDE_TESTS="Data/ODBC Data/MySQL Redis PDF" +export EXCLUDE_TESTS="Foundation Data/ODBC Data/MySQL Redis PDF"