From: Derick Rethans Date: Thu, 17 Oct 2002 14:07:32 +0000 (+0000) Subject: - Removing debugging info X-Git-Tag: php-4.3.0pre2~314 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03cc839d9077eb1dabf44d24ca8dc9135081f767;p=php - Removing debugging info --- 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); }