Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.15

Request #10663 run-tests to accept " -d inisetting=xxx" option
Submitted: 2007-04-09 09:15 UTC
From: techtonik Assigned: dufuz
Status: Assigned Package: PEAR (version 1.5.2)
PHP Version: 4.4.4 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2007-04-09 09:15 UTC] techtonik (anatoly techtonik)
Description: ------------ RFE to transparently pass php options through run-tests subcommand. Now: run-tests -i " -d inioption=value" Needed: run-tests -d inioption=value Test script: --------------- $ ../../bin/pear help run-tests Expected result: ---------------- pear run-tests [options] [testfile|dir ...] Run regression tests with PHP's regression testing script (run-tests.php). Options: -r, --recur Run tests in child directories, recursively. 4 dirs deep maximum -d setting=blah ini settings to pass to php -l, --realtimelog Log test runs/results as they are run -q, --quiet Only display detail for failed tests -s, --simple Display simple output for all tests -p, --package Treat parameters as installed packages from which to run tests -u, --phpunit Search parameters for AllTests.php, and use that to run phpunit-based tests -t, --tapoutput Output run-tests.log in TAP-compliant format -c PHPCGI, --cgi=PHPCGI CGI php executable (needed for tests with POST/GET section) Actual result: -------------- pear run-tests [options] [testfile|dir ...] Run regression tests with PHP's regression testing script (run-tests.php). Options: -r, --recur Run tests in child directories, recursively. 4 dirs deep maximum -i SETTINGS, --ini=SETTINGS actual string of settings to pass to php in format " -d setting=blah" -l, --realtimelog Log test runs/results as they are run -q, --quiet Only display detail for failed tests -s, --simple Display simple output for all tests -p, --package Treat parameters as installed packages from which to run tests -u, --phpunit Search parameters for AllTests.php, and use that to run phpunit-based tests -t, --tapoutput Output run-tests.log in TAP-compliant format -c PHPCGI, --cgi=PHPCGI CGI php executable (needed for tests with POST/GET section)

Comments