Browse Source

- MFB

PHP-5
Derick Rethans 24 years ago
parent
commit
c4342de561
  1. 2
      run-tests.php

2
run-tests.php

@ -336,7 +336,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+");

Loading…
Cancel
Save