helly           Thu Dec  8 19:30:08 2005 EDT

  Modified files:              
    /php-src    run-tests.php 
  Log:
  - Add missing newline
  
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.253&r2=1.254&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.253 php-src/run-tests.php:1.254
--- php-src/run-tests.php:1.253 Thu Dec  8 17:48:42 2005
+++ php-src/run-tests.php       Thu Dec  8 19:30:05 2005
@@ -23,7 +23,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: run-tests.php,v 1.253 2005/12/08 22:48:42 helly Exp $ */
+/* $Id: run-tests.php,v 1.254 2005/12/09 00:30:05 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
@@ -339,7 +339,7 @@
                                        $html_output = is_resource($html_file);
                                        break;
                                case '--version':
-                                       echo "$Id: run-tests.php,v 1.253 
2005/12/08 22:48:42 helly Exp $\n";
+                                       echo "$Id: run-tests.php,v 1.254 
2005/12/09 00:30:05 helly Exp $\n";
                                        exit(1);
                                default:
                                        echo "Illegal switch specified!\n";
@@ -1645,7 +1645,7 @@
                fwrite($html_file, "</table>\n");
                fwrite($html_file, "<h2>Time End: " . date('Y-m-d H:i:s', 
$end_time) . "</h2>\n");
        }
-       echo 
"=====================================================================\nTIME 
END " . date('Y-m-d H:i:s', $end_time);
+       echo 
"=====================================================================\nTIME 
END " . date('Y-m-d H:i:s', $end_time) . "\n";
 }
 
 function show_summary()

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

Reply via email to