summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2002-12-11 20:10:58 +0000
committerSVN Migration <svn@php.net>2002-12-11 20:10:58 +0000
commit0fc0a6084ef523883d968296ad8198597e7b90cc (patch)
treec93490b128190eda5b3fb516260a2d1676f7d7c4 /run-tests.php
parent9aee6dce1a74cdf5b0af55ccbae36879d2922204 (diff)
downloadphp-git-php-4.3.0RC3.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_4_3_0RC3'.php-4.3.0RC3
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index 130294a164..03fd27c08e 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -335,7 +335,7 @@ if ($sum_results['FAILED'] && !getenv('NO_INTERACTION')) {
*/
/* Ask the user to provide an email address, so that QA team can contact the user */
- if (!strncasecmp($user_input, 'y', 1)) {
+ if (!strncasecmp($user_input, 'y', 1) || strlen(trim($user_input)) == 0) {
echo "Please enter your email address: ";
flush();
$fp = fopen("php://stdin", "r+");