]> granicus.if.org Git - php/commitdiff
- Fix summaries again
authorMarcus Boerger <helly@php.net>
Tue, 6 Dec 2005 09:34:44 +0000 (09:34 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 6 Dec 2005 09:34:44 +0000 (09:34 +0000)
run-tests.php

index 24149bab702c657ab79c4dd4df1c59877bfe162c..74670a3a1d87ee3e253d677894c2edb54c42f8b8 100755 (executable)
@@ -332,7 +332,7 @@ if (isset($argc) && $argc > 1) {
                                        $html_output = is_resource($html_file);
                                        break;
                                case '--version':
-                                       echo "$id: $\n";
+                                       echo "$Id$\n";
                                        exit(1);
                                default:
                                        echo "Illegal switch specified!\n";
@@ -1275,7 +1275,7 @@ COMMAND $cmd
        }
        show_result($restype, $tested, $file, $info);
 
-       $PHP_FAILED_TESTS[$restype][] = array (
+       $PHP_FAILED_TESTS[$restype.'ED'][] = array (
                                                'name' => $file,
                                                'test_name' => (is_array($IN_REDIRECT) ? $IN_REDIRECT['via'] : '') . $tested,
                                                'output' => $output_filename,