]> granicus.if.org Git - php/commitdiff
MFH
authorMarcus Boerger <helly@php.net>
Thu, 21 Nov 2002 16:50:55 +0000 (16:50 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 21 Nov 2002 16:50:55 +0000 (16:50 +0000)
run-tests.php

index c1fd98eb4d429ae6b5740d54f907da1a0888000c..4dced679fb475ff116685929ede313d250b200f1 100755 (executable)
@@ -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');