com php-src: Use zend_test shared for tests: appvey or/build_task.bat
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 38de261563757d30c262d3d7b35c1e484576710d Author: Anatol Belski <[email protected]> Wed, 15 Mar 2017 12:34:36 +0100 Parents: c9472cbd1638155b69e3a30fea97e9f2203f255a Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=38de261563757d30c262d3d7b35c1e484576710d Log: 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. Changed paths: M appveyor/build_task.bat Diff: diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index 85a64e4..ad47854 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