Commit: d62c4eb30fd15b702a686688cf393315e65481b1 Author: Matt Ficken <v-maf...@microsoft.com> Tue, 24 Sep 2013 11:19:05 -0700 Parents: 197a11e05c9c3191026a3072bd6762f53f7c3566 Branches: master
Link: http://git.php.net/?p=pftt2.git;a=commitdiff;h=d62c4eb30fd15b702a686688cf393315e65481b1 Log: updating configuration Former-commit-id: ac2ef27a555cf3d59e2e23a1a0205e9f82426f06 Changed paths: A conf/composer.groovy M conf/task/snap_test.groovy Diff: diff --git a/conf/composer.groovy b/conf/composer.groovy new file mode 100644 index 0000000..d90ab70 --- /dev/null +++ b/conf/composer.groovy @@ -0,0 +1,4 @@ + +def describe() { + "Test Composer" +} diff --git a/conf/task/snap_test.groovy b/conf/task/snap_test.groovy index 519cc79..884fc79 100644 --- a/conf/task/snap_test.groovy +++ b/conf/task/snap_test.groovy @@ -8,7 +8,7 @@ def processConsoleOptions(List options) { // options.add("-c") // test these SAPIs - options.add("apache,cli,builtin_web") + options.add("apache,cli")//,builtin_web") options.add("-c") // test with and without opcache options.add("opcache,no_code_cache,not_opcache_builtin_web")