]> granicus.if.org Git - php/commitdiff
Use zend_test shared for tests
authorAnatol Belski <ab@php.net>
Wed, 15 Mar 2017 11:34:36 +0000 (12:34 +0100)
committerAnatol Belski <ab@php.net>
Wed, 15 Mar 2017 11:34:36 +0000 (12:34 +0100)
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.

appveyor/build_task.bat

index 85a64e4fbd7003762b647f007c11b8077ecd19b8..ad47854e0b1cea9cc1e34cfe1a4ede9ec72953d0 100644 (file)
@@ -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