From: Marcus Boerger Date: Thu, 21 Nov 2002 16:50:55 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.0RC2~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=594e183737ced06c3c09aa46655a228888f3e33f;p=php MFH --- diff --git a/run-tests.php b/run-tests.php index c1fd98eb4d..4dced679fb 100755 --- a/run-tests.php +++ b/run-tests.php @@ -322,6 +322,7 @@ if ($sum_results['FAILED'] && !getenv('NO_INTERACTION')) { $fp = fopen("php://stdin", "r+"); echo "Some tests have failed, would you like to send the\nreport to PHP's QA team\n"; echo "(choose \"s\" to just save the results to a file)? [Yns]: "; + flush(); $user_input = fgets($fp, 10); $just_save_results = (strtolower($user_input[0]) == 's');