summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-07-02 17:55:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-07-02 17:55:51 (GMT)
commit65bd912b775ebf56f5c549e4a7f8387768369d3b (patch)
tree940976c9f4a8f333051996ab37ac619e66a77c80
parentdd879c794d6af3bab4cfb8b36708db2fc70b5f46 (diff)
downloadtcl-65bd912b775ebf56f5c549e4a7f8387768369d3b.zip
tcl-65bd912b775ebf56f5c549e4a7f8387768369d3b.tar.gz
tcl-65bd912b775ebf56f5c549e4a7f8387768369d3b.tar.bz2
[09fabeb1fd] test subdirs in sorted order.
-rw-r--r--library/tcltest/tcltest.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl
index 169b7d4..f1ce970 100644
--- a/library/tcltest/tcltest.tcl
+++ b/library/tcltest/tcltest.tcl
@@ -2709,7 +2709,7 @@ proc tcltest::GetMatchingDirectories {rootdir} {
DebugPuts 1 "No test directories remain after applying match\
and skip patterns!"
}
- return $matchDirs
+ return [lsort $matchDirs]
}
# tcltest::runAllTests --