]> granicus.if.org Git - php/commitdiff
force showing progress of test
authorMarcus Boerger <helly@php.net>
Sun, 3 Nov 2002 17:40:34 +0000 (17:40 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 3 Nov 2002 17:40:34 +0000 (17:40 +0000)
run-tests.php

index 24d6bf3b5b57cabbf0db4b4e914ececa226ee264..0729778c1836ba6282a51787f2bd65f68d030513 100755 (executable)
@@ -44,7 +44,9 @@ if (getenv('TEST_PHP_SRCDIR')) {
 
 $cwd = getcwd();
 set_time_limit(0);
-ob_implicit_flush();
+while(ob_get_level()) {
+       ob_end_clean();
+}
 error_reporting(E_ALL);
 ini_set('magic_quotes_runtime',0); // this would break tests by modifying EXPECT sections