helly           Sun Jul 17 20:19:29 2005 EDT

  Modified files:              
    /php-src    run-tests.php 
  Log:
  - Show end of relay testing block
  
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.222&r2=1.223&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.222 php-src/run-tests.php:1.223
--- php-src/run-tests.php:1.222 Mon Jul 11 02:32:02 2005
+++ php-src/run-tests.php       Sun Jul 17 20:19:28 2005
@@ -23,7 +23,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: run-tests.php,v 1.222 2005/07/11 06:32:02 jon Exp $ */
+/* $Id: run-tests.php,v 1.223 2005/07/18 00:19:28 helly Exp $ */
 
 /*
  * TODO:
@@ -886,6 +886,9 @@
                                fwrite($failed_tests_file, "$tested: $name\n");
                        }
                }
+
+               echo "---> $IN_REDIRECT[TESTS] ($tested) done\n";
+
                $GLOBALS['test_idx'] = $test_idx;
 
                $test_files = $saved_test_files;

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

Reply via email to