diff options
author | Derick Rethans <derick@php.net> | 2002-10-17 14:07:32 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-10-17 14:07:32 +0000 |
commit | 03cc839d9077eb1dabf44d24ca8dc9135081f767 (patch) | |
tree | 4b0355d359014ec2bac223309bc62d63b1150b81 | |
parent | cdf39db369582c68229de6d78397740e7bea2d51 (diff) | |
download | php-git-03cc839d9077eb1dabf44d24ca8dc9135081f767.tar.gz |
- Removing debugging info
-rwxr-xr-x | run-tests.php | 1 |
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); } |