From:             nickj-phpbugs at nickj dot org
Operating system: Linux
PHP version:      5.1.2
PHP Bug Type:     Feature/Change Request
Bug description:  "make test" should be fully scriptable [Do not prompt for 
email address]

Description:
------------
I have a little shell script to download PHP snapshots, extract them,
configure them, and build them. I would like to add automatically running
"make test" on them.

However, it does not appear that this can be done at the moment, because
"make test" prompts the user for information after running tests, like
so:

================================================
You may have found a problem in PHP.
We would like to send this report automatically to the
PHP QA team, to give us a better understanding of how
the test cases are doing. If you don't want to send it
immediately, you can choose "s" to save the report to
a file that you can send us later.
Do you want to send this report now? [Yns]: 

Please enter your email address.
(Your address will be mangled so that it will not go out on any
mailinglist in plain text):
================================================

It would be really useful if "make test" could be fully scripted, so that
it did not ask for whether to send email, and what email address to send
it from.

For example, if you could do this, then that would be ideal:
make test --email-report [EMAIL PROTECTED]


-- 
Edit bug report at http://bugs.php.net/?id=36398&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=36398&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=36398&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=36398&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=36398&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=36398&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=36398&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=36398&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=36398&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=36398&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=36398&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=36398&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=36398&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=36398&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=36398&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=36398&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=36398&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=36398&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=36398&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=36398&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=36398&r=mysqlcfg

Reply via email to