derick Thu Oct 17 10:07:33 2002 EDT Modified files: /php4 run-tests.php Log: - Removing debugging info Index: php4/run-tests.php diff -u php4/run-tests.php:1.72 php4/run-tests.php:1.73 --- php4/run-tests.php:1.72 Tue Oct 15 12:46:57 2002 +++ php4/run-tests.php Thu Oct 17 10:07:32 2002 @@ -129,7 +129,6 @@ foreach($test_to_run AS $name=>$runnable) { if(!preg_match("/\.phpt$/", $name)) continue; - echo "test: $name runnable: $runnable\n"; if ($runnable) { $test_results[$name] = run_test($php,$name); }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php