zeev            Tue Aug  5 04:31:56 2003 EDT

  Modified files:              
    /php-src    run-tests.php 
  Log:
  Display the currently running test
  
  
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.168 php-src/run-tests.php:1.169
--- php-src/run-tests.php:1.168 Fri Jul 25 01:51:57 2003
+++ php-src/run-tests.php       Tue Aug  5 04:31:56 2003
@@ -676,6 +676,9 @@
        $shortname = str_replace($cwd.'/', '', $file);
        $tested = trim($section_text['TEST'])." [$shortname]";
 
+       echo "TEST $tested\r";
+       flush();
+
        $tmp = realpath(dirname($file));
        $tmp_skipif = $tmp . uniqid('/phpt.');
        $tmp_file   = ereg_replace('\.phpt$','.php',$file);



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

Reply via email to