summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-03-15 12:34:36 +0100
committerAnatol Belski <ab@php.net>2017-03-15 12:34:36 +0100
commit38de261563757d30c262d3d7b35c1e484576710d (patch)
treec9a946a83449ec8cb4810e61f5c562d369abbeb7
parentc9472cbd1638155b69e3a30fea97e9f2203f255a (diff)
downloadphp-git-38de261563757d30c262d3d7b35c1e484576710d.tar.gz
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.
-rw-r--r--appveyor/build_task.bat1
1 files changed, 0 insertions, 1 deletions
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