Skip to content

Commit

Permalink
Exclude ext/ftp from AppVeyor test run
Browse files Browse the repository at this point in the history
as the tests depend on fork() and otherwise an extra setup would be
needed anyway.
  • Loading branch information
weltling committed Jul 18, 2017
1 parent 649027b commit 0da1013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor/build_task.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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 ^
Expand Down

0 comments on commit 0da1013

Please sign in to comment.