summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}