]> granicus.if.org Git - php/commitdiff
sort them
authorMarcus Boerger <helly@php.net>
Mon, 4 Nov 2002 10:09:42 +0000 (10:09 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 4 Nov 2002 10:09:42 +0000 (10:09 +0000)
run-tests.php

index b411896f3db5131233c5be3a141e79c863165ffe..de6ba5edfa5d00cfccf51559e973cfe8d3324493 100755 (executable)
@@ -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);