]> granicus.if.org Git - php/commitdiff
MFH
authorIlia Alshanetsky <iliaa@php.net>
Thu, 12 Dec 2002 16:14:07 +0000 (16:14 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 12 Dec 2002 16:14:07 +0000 (16:14 +0000)
run-tests.php

index 03fd27c08e7cdbd19e4a148f50b05d4d29c09a8e..b319a6d9c31e725877438e75bc4b05c76416c9dd 100755 (executable)
@@ -380,7 +380,9 @@ if ($sum_results['FAILED'] && !getenv('NO_INTERACTION')) {
                $failed_tests_data .= "Bison:\n". @shell_exec('bison --version'). "\n";
                $failed_tests_data .= "\n";
                
-               $failed_tests_data .= "User's E-mail: ".$user_email."\n\n";
+               if (isset($user_email)) {
+                       $failed_tests_data .= "User's E-mail: ".$user_email."\n\n";
+               }       
                
                $failed_tests_data .= $sep . "PHPINFO" . $sep;
                $failed_tests_data .= shell_exec($php.' -dhtml_errors=0 -i');