]> granicus.if.org Git - php/commitdiff
Exclude ext/ftp from AppVeyor test run
authorAnatol Belski <ab@php.net>
Tue, 18 Jul 2017 10:08:31 +0000 (12:08 +0200)
committerAnatol Belski <ab@php.net>
Tue, 18 Jul 2017 10:08:31 +0000 (12:08 +0200)
as the tests depend on fork() and otherwise an extra setup would be
needed anyway.

appveyor/build_task.bat

index 4136455ab04149ba25a170979344d1db19fb1bcf..632784931f2974c8fd9e3a3694e98d2fe46d5339 100644 (file)
@@ -34,7 +34,7 @@ if %errorlevel% neq 0 exit /b 3
 
 if "%THREAD_SAFE%" equ "0" set ADD_CONF=--disable-zts
 
-set EXT_EXCLUDE_FROM_TEST=snmp,oci8_12c,pdo_oci,pdo_odbc,odbc,pdo_firebird,interbase,ldap,imap,dba
+set EXT_EXCLUDE_FROM_TEST=snmp,oci8_12c,pdo_oci,pdo_odbc,odbc,pdo_firebird,interbase,ldap,imap,dba,ftp
 if "%OPCACHE%" equ "0" set EXT_EXCLUDE_FROM_TEST=%EXT_EXCLUDE_FROM_TEST%,opcache
 
 cmd /c configure.bat ^