wez             Thu Jul  7 09:58:03 2005 EDT

  Modified files:              
    /php-src    run-tests.php 
  Log:
  sort redirected tests
  
  
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.218&r2=1.219&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.218 php-src/run-tests.php:1.219
--- php-src/run-tests.php:1.218 Thu Jul  7 08:58:47 2005
+++ php-src/run-tests.php       Thu Jul  7 09:58:02 2005
@@ -888,6 +888,7 @@
                }
                putenv("REDIR_TEST_DIR=" . realpath($IN_REDIRECT['TESTS']) . 
DIRECTORY_SEPARATOR);
 
+               usort($test_files, "test_sort");
                foreach ($test_files as $name) {
                        $result = run_test($php, $name, $test_cnt, ++$test_idx);
                        $test_results[$tested . ': ' . $name] = $result;

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

Reply via email to