- Removing debugging info

This commit is contained in:
Derick Rethans 2002-10-17 14:07:32 +00:00
parent cdf39db369
commit 03cc839d90

View File

@ -129,7 +129,6 @@ if (isset($argc) && $argc > 1) {
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);
}