I would prefer using ob_end_clean() instead of ob_implicit_flush().
This way what ever settings one uses you can see the progress
of the tests.

marcus

cvs -z3 -q diff run-tests.php (in directory S:\php4-HEAD\)
Index: run-tests.php
===================================================================
RCS file: /repository/php4/run-tests.php,v
retrieving revision 1.106
diff -u -r1.106 run-tests.php
--- run-tests.php 2 Nov 2002 12:33:24 -0000 1.106
+++ run-tests.php 2 Nov 2002 12:39:05 -0000
@@ -44,7 +44,7 @@

$cwd = getcwd();
set_time_limit(0);
-ob_implicit_flush();
+ob_end_clean();
error_reporting(E_ALL);
ini_set('magic_quotes_runtime',0); // this would break tests by modifying EXPECT sections

Reply via email to