From: Anatol Belski Date: Wed, 15 Mar 2017 11:34:36 +0000 (+0100) Subject: Use zend_test shared for tests X-Git-Tag: php-7.2.0alpha1~261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38de261563757d30c262d3d7b35c1e484576710d;p=php Use zend_test shared for tests The snapshot build enables everything it could find. The test run will load all the shared exts as well, until defined otherwise. So no needs for an extra action. --- diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index 85a64e4fbd..ad47854e0b 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -39,7 +39,6 @@ call configure.bat ^ --enable-object-out-dir=%PHP_BUILD_OBJ_DIR% ^ --with-php-build=%DEPS_DIR% ^ %ADD_CONF% ^ - --enable-zend-test ^ --with-test-ini-ext-exclude=%EXT_EXCLUDE_FROM_TEST% if %errorlevel% neq 0 exit /b 3