diff options
author | Marcus Boerger <helly@php.net> | 2002-11-04 10:09:42 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-11-04 10:09:42 +0000 |
commit | abdf302599ebe3ac57c560fbfc1d8dc6ad319219 (patch) | |
tree | b752552ae58809f42437eeba0e2d4a1f1a3e4cf0 /run-tests.php | |
parent | 9087728798f633f578d1dd392204daeceeb83202 (diff) | |
download | php-git-abdf302599ebe3ac57c560fbfc1d8dc6ad319219.tar.gz |
sort them
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php index b411896f3d..de6ba5edfa 100755 --- a/run-tests.php +++ b/run-tests.php @@ -158,6 +158,7 @@ if (isset($argc) && $argc > 1) { // Run selected tests. if (count($test_files)) { + asort($test_files); echo "Running selected tests.\n"; foreach($test_files AS $name) { $test_results[$name] = run_test($php,$name); |