zeev            Tue Aug  5 04:39:01 2003 EDT

  Modified files:              
    /php-src    run-tests.php 
  Log:
  Shorten output to prevent messup
  
  
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.170 php-src/run-tests.php:1.171
--- php-src/run-tests.php:1.170 Tue Aug  5 04:32:58 2003
+++ php-src/run-tests.php       Tue Aug  5 04:39:01 2003
@@ -676,7 +676,7 @@
        $shortname = str_replace($cwd.'/', '', $file);
        $tested = trim($section_text['TEST'])." [$shortname]";
 
-       echo "TEST $tested\r";
+       echo "TEST [$shortname]\r";
        flush();
 
        $tmp = realpath(dirname($file));



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

Reply via email to