summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-11-04 10:09:42 +0000
committerMarcus Boerger <helly@php.net>2002-11-04 10:09:42 +0000
commitabdf302599ebe3ac57c560fbfc1d8dc6ad319219 (patch)
treeb752552ae58809f42437eeba0e2d4a1f1a3e4cf0 /run-tests.php
parent9087728798f633f578d1dd392204daeceeb83202 (diff)
downloadphp-git-abdf302599ebe3ac57c560fbfc1d8dc6ad319219.tar.gz
sort them
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 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);