From 0da10134f2d0eedbe5603844932fc8a60616d1a6 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 18 Jul 2017 12:08:31 +0200 Subject: [PATCH] Exclude ext/ftp from AppVeyor test run as the tests depend on fork() and otherwise an extra setup would be needed anyway. --- appveyor/build_task.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index 4136455ab04..632784931f2 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -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 ^