From 885a80dabc5a10d0537dd328e9a7acb4070d8c5a Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 1 Dec 2005 08:49:57 +0000 Subject: [PATCH] - Fix warnings --- run-tests.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index a681e023c78..a9e20aef40a 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): ";