From 03cc839d9077eb1dabf44d24ca8dc9135081f767 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 17 Oct 2002 14:07:32 +0000 Subject: [PATCH] - Removing debugging info --- run-tests.php | 1 - 1 file changed, 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index cea33d324a..7821f490bd 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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); } -- 2.50.1