From 388bf9f54246dbcd0ef64283d841fb0d60c85742 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 3 Nov 2002 17:40:34 +0000 Subject: [PATCH] force showing progress of test --- run-tests.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index 24d6bf3b5b5..0729778c183 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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