From: Marcus Boerger Date: Thu, 1 Dec 2005 08:49:57 +0000 (+0000) Subject: - Fix warnings X-Git-Tag: RELEASE_2_0_2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=885a80dabc5a10d0537dd328e9a7acb4070d8c5a;p=php - Fix warnings --- diff --git a/run-tests.php b/run-tests.php index a681e023c7..a9e20aef40 100755 --- a/run-tests.php +++ b/run-tests.php @@ -521,7 +521,10 @@ if ($just_save_results || !getenv('NO_INTERACTION')) { * Make an archive of all the failed tests * Send an email */ - + if ($just_save_results) + { + $user_input = 's'; + } /* Ask the user to provide an email address, so that QA team can contact the user */ if (!strncasecmp($user_input, 'y', 1) || strlen(trim($user_input)) == 0) { echo "\nPlease enter your email address.\n(Your address will be mangled so that it will not go out on any\nmailinglist in plain text): ";