mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-16 11:48:54 +01:00
Exclude Foundation from Cygwin testsuite.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
793543a455
commit
6d8d81c8a8
@ -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")
|
||||
{
|
||||
|
@ -1,2 +1,2 @@
|
||||
export EXCLUDE_TESTS="Data/ODBC Data/MySQL Redis PDF"
|
||||
export EXCLUDE_TESTS="Foundation Data/ODBC Data/MySQL Redis PDF"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user