]> granicus.if.org Git - php/commitdiff
Showing info/warning once is enough
authorMarcus Boerger <helly@php.net>
Sat, 31 May 2003 12:13:15 +0000 (12:13 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 31 May 2003 12:13:15 +0000 (12:13 +0000)
run-tests.php

index 9bc8564a619a104288de69acd42693715d9ac981..636c72e7b4347c4fdd1e00397fb1e601adc4177e 100755 (executable)
@@ -616,7 +616,6 @@ TEST $file
                                $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 @@ TEST $file
                                if ($reason) {
                                        $warn = true; /* only if there is a reason */
                                        $info = " (warn: $reason)";
-                                       $tested .= $info;
                                }
                        }
                }