Commit: ac2ef27a555cf3d59e2e23a1a0205e9f82426f06 Author: Matt Ficken <v-maf...@microsoft.com> Tue, 24 Sep 2013 11:19:05 -0700 Parents: cb0c13ead222dbbc76a1d763dbb107c701749a93 Branches: master
Link: http://git.php.net/?p=pftt2.git;a=commitdiff;h=ac2ef27a555cf3d59e2e23a1a0205e9f82426f06 Log: updating configuration 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") -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php