Browse Source

force showing progress of test

experimental/threaded
Marcus Boerger 23 years ago
parent
commit
388bf9f542
  1. 4
      run-tests.php

4
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

Loading…
Cancel
Save