helly Sat May 31 08:13:15 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 run-tests.php
Log:
Showing info/warning once is enough
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.119.2.30 php4/run-tests.php:1.119.2.31
--- php4/run-tests.php:1.119.2.30 Fri May 30 08:42:17 2003
+++ php4/run-tests.php Sat May 31 08:13:15 2003
@@ -616,7 +616,6 @@
$reason = (ereg("^info[[:space:]]*(.+)\$",
trim($output))) ? ereg_replace("^info[[:space:]]*(.+)\$", "\\1", trim($output)) :
FALSE;
if ($reason) {
$info = " (info: $reason)";
- $tested .= $info;
}
}
if (eregi("^warn", trim($output))) {
@@ -624,7 +623,6 @@
if ($reason) {
$warn = true; /* only if there is a reason */
$info = " (warn: $reason)";
- $tested .= $info;
}
}
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php