summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-07-07 13:58:02 +0000
committerWez Furlong <wez@php.net>2005-07-07 13:58:02 +0000
commit626d318f078c69ae025108daa2de025155ba5e37 (patch)
tree0c18a1f9d5b38cc21be4c7ba05f31caf7a2e9c65 /run-tests.php
parentfff515bc46ba64446c644bb70addea2e3faf594a (diff)
downloadphp-git-626d318f078c69ae025108daa2de025155ba5e37.tar.gz
sort redirected tests
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php
index 806828a1eb..f0ac9eb116 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -888,6 +888,7 @@ TEST $file
}
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;