helly           Tue Dec  6 04:34:47 2005 EDT

  Modified files:              
    /php-src    run-tests.php 
  Log:
  - Fix summaries again
  
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.245&r2=1.246&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.245 php-src/run-tests.php:1.246
--- php-src/run-tests.php:1.245 Mon Dec  5 20:51:17 2005
+++ php-src/run-tests.php       Tue Dec  6 04:34:44 2005
@@ -23,7 +23,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: run-tests.php,v 1.245 2005/12/06 01:51:17 helly Exp $ */
+/* $Id: run-tests.php,v 1.246 2005/12/06 09:34:44 helly Exp $ */
 
 /* Sanity check to ensure that pcre extension needed by this script is 
available.
  * In the event it is not, print a nice error message indicating that this 
script will
@@ -332,7 +332,7 @@
                                        $html_output = is_resource($html_file);
                                        break;
                                case '--version':
-                                       echo "$id: $\n";
+                                       echo "$Id: run-tests.php,v 1.246 
2005/12/06 09:34:44 helly Exp $\n";
                                        exit(1);
                                default:
                                        echo "Illegal switch specified!\n";
@@ -1275,7 +1275,7 @@
        }
        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,

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to