summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-10-17 14:07:32 +0000
committerDerick Rethans <derick@php.net>2002-10-17 14:07:32 +0000
commit03cc839d9077eb1dabf44d24ca8dc9135081f767 (patch)
tree4b0355d359014ec2bac223309bc62d63b1150b81
parentcdf39db369582c68229de6d78397740e7bea2d51 (diff)
downloadphp-git-03cc839d9077eb1dabf44d24ca8dc9135081f767.tar.gz
- Removing debugging info
-rwxr-xr-xrun-tests.php1
1 files changed, 0 insertions, 1 deletions
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);
}